diff --git a/.codeclimate.yml b/.codeclimate.yml index d8239a866..ec4c979db 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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" \ No newline at end of file