specify how -S works with folders and cwd (#730)

specify how -S works with folders and cwd
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
BBasile 2018-11-30 17:19:39 +01:00 committed by The Dlang Bot
parent 9ef6d0aec1
commit 058d024da2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ analysis and it does not compile the code.
### Style Check
The "--styleCheck" or "-S" option runs some basic static analysis checks against
the given source files.
the given source files, the sources contained in the given folders, or the sources contained in the current working directory (when nothing is supplied).
#### Skip style checks in the tests
Static checks in the unit tests can produce irrelevant warnings. For example,