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