From 058d024da29ed617f7ce3f407a3d629b61610692 Mon Sep 17 00:00:00 2001 From: BBasile Date: Fri, 30 Nov 2018 17:19:39 +0100 Subject: [PATCH] specify how -S works with folders and cwd (#730) specify how -S works with folders and cwd merged-on-behalf-of: BBasile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14516e8..f43f75f 100644 --- a/README.md +++ b/README.md @@ -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,