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:
threshold: # language-specific defaults. an override will affect all languages.
exclude_patterns:
- vendor/
- static/
- t/
- mailserver/migrations
- "vendor/"
- "static/"
- "t/"
- "mailserver/migrations"
- "**/*/bindata.go"