Update .codeclimate.yml

This commit is contained in:
Angelos Chalaris
2018-02-09 11:49:43 +02:00
committed by GitHub
parent 895f429188
commit cc6fd00dfe

View File

@ -37,3 +37,5 @@ checks:
threshold: # language-specific defaults. an override will affect all languages threshold: # language-specific defaults. an override will affect all languages
exclude_patterns: exclude_patterns:
- "locale/" - "locale/"
- "**/test/"
- "dist/"