fix: exclude bindata.go from codeclimate

This commit is contained in:
RichΛrd 2021-07-22 13:53:43 -04:00 committed by GitHub
parent 026fcb09a4
commit 78e30afa23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -38,7 +38,8 @@ checks:
config: config:
threshold: # language-specific defaults. an override will affect all languages. threshold: # language-specific defaults. an override will affect all languages.
exclude_patterns: exclude_patterns:
- vendor/ - "vendor/"
- static/ - "static/"
- t/ - "t/"
- mailserver/migrations - "mailserver/migrations"
- "**/*/bindata.go"