diff options
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 081fb92ef27..42afed54371 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -38,3 +38,10 @@ exclude_paths: - .yarn-cache/ - tmp/ - builds/ +- coverage/ +- public/ +- shared/ +- webpack-report/ +- log/ +- backups/ +- coverage-javascript/ |