diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-13 13:19:00 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-14 19:26:35 +0300 |
commit | 9ab675c316a1ced86e4925c02aae97d68862be63 (patch) | |
tree | 3241453a26be1bb8f2b24d9c136da7ea220012c2 /.codeclimate.yml | |
parent | a8892beb9f15c01baac3e92f5d2e0c0864d55928 (diff) | |
download | gitlab-ce-9ab675c316a1ced86e4925c02aae97d68862be63.tar.gz |
Exclude more path from codeclimate job
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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/ |