From b8f187939ea0baec65d47ae52cc8fbc991ca4640 Mon Sep 17 00:00:00 2001 From: Kunal Tyagi Date: Sun, 15 Oct 2023 20:50:54 +0900 Subject: [PATCH] Update nsiqcppstyle_exe.py --- nsiqcppstyle_exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsiqcppstyle_exe.py b/nsiqcppstyle_exe.py index f0fd60f..23cc131 100755 --- a/nsiqcppstyle_exe.py +++ b/nsiqcppstyle_exe.py @@ -96,7 +96,7 @@ def get_parser(): The filter scope name is the identifier to selectively apply filter. In case of the quality, Maybe only main sources except test should be measured. Otherwise, to measure the productivity, the test code might be measured as well. To keep this information in the same file('filefilter.txt'), you can provide the '* file_scope_name' before the filter configuration starts. You can define multiple filter scope names in the 'filefilter.txt'. In addition, you can run nsiqcollector with -s option to specify the filter scope name used. - We recommend you to define at least two filter scopes (Productivity, Quality) + We recommend you define at least two filter scopes (Productivity, Quality) The included(+)/excluded(-) paths are applied sequentially from top to bottom By default, all files under target directory are included for analysis excluding the version control (cvs, svn, git, mercurial) directories.