fix: exclude bindata.go from codeclimate
This commit is contained in:
parent
026fcb09a4
commit
78e30afa23
|
@ -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"
|
Loading…
Reference in New Issue