You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-x EXCLUDE, --exclude EXCLUDE
Exclude files that match the pattern. * matches everything, ? matches any
single character, "./folder/*" exclude everything in the folder
recursively. Multiple patterns can be specified. Don't forget to add ""
around the pattern.
And also, if there is a .gitignore file in the folder it will also ignore files ignored by git.
File "/home/runner/work/_actions/etn-ccis/edge-devops-actions-complexity-lizard/ci/EMBDO-419-PR-Gating-threshold-comparison/scripts/GenLizardHTML.py", line 90, in create_filtered_csv
file_path, function_name = line.split(';')
^^^^^^^^^^^^^^^^^^^^^^^^
I am declaring in the text file where the file within the lizard complexity it is able to ignore the file however the folder is not able to remove.
./abc/app/src/JSON/test.hpp;ALL
./abc/app/src/REST/URI;ALL
File level I am able to exclude.
how to exclude the folder and how if we declare the folder will be excluded from the run.
In the duplications logic I am able to logic. Please let me know how that can be done or is there any workaround for the same.
The text was updated successfully, but these errors were encountered: