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
Let’s say you want to exclude the following directories or files:
www/lib
src/generated
tests/helpers/mockData.ts
docs/temp
You would set up an rsync step to make a new directory, in this case "filtered-src" then rsync the source to the new folder excluding the ones you don't want:
Notes:
Each --exclude matches a relative path from the root of the repo.
Paths with forward slashes (/) are recommended for cross-platform consistency.
You can also use wildcards like --exclude='**/node_modules' to match patterns recursively.
You then update your source-path in the Codeguru analysis step to point to your rsynced folder:
Hi community,
is there a way to specify files which should be ignored and not checked?
I found resources speaking about CodeGuru Reviewer but not CodeGuru Security.
The text was updated successfully, but these errors were encountered: