At this moment, paths to source code files can be set either using the -s|--source-path command line argument or source-pathsYAML configuration. Goal of this task is to provide way to exclude specific path(s) from the selected list.
Proposed command line arguments:
-e|--excluded-path=REGEX
Proposed YAML configuration:
excluded-paths: []
Where the path to exclude can be specified also as regular expression.
At this moment, paths to source code files can be set either using the
-s|--source-path
command line argument orsource-paths
YAML configuration. Goal of this task is to provide way to exclude specific path(s) from the selected list.Proposed command line arguments:
Proposed YAML configuration:
Where the path to exclude can be specified also as regular expression.