Skip to content

Commit

Permalink
Update nsiqcppstyle_exe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi authored Oct 15, 2023
1 parent 728b491 commit b8f1879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsiqcppstyle_exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b8f1879

Please sign in to comment.