Skip to content
Snippets Groups Projects

add upload suppressions to the .auta.yml to ignore the .git folder.

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
suppressions:
- path: 'worker/src/test/resources/**'
justification: Worker test resources are intentionally bad to test analyzers
upload_suppressions:
- pattern: '.git'
justification: 'the git folder is part of version control and should be excluded'
- pattern: '.gitlab'
justification: 'this folder contains templates for issues, and is not relevant for code quality'
\ No newline at end of file
Loading