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:
parent
9ef6d0aec1
commit
058d024da2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue