diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-26 17:33:38 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-26 17:33:38 +0200 |
commit | 98831a4867f60f7b7ca02bebd8771ca23940e9c5 (patch) | |
tree | a5b5b9374d383d9fdbc51d683d67d7a8a3057101 /.codeclimate.yml | |
parent | 7424e0e5b4fd875588a2dd5a15ee5de1559c13db (diff) | |
download | gitlab-ce-98831a4867f60f7b7ca02bebd8771ca23940e9c5.tar.gz |
Exclude plugins dir from rubocop and codeclimate config
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index b02fe54a4ff..d80f57c9947 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -45,3 +45,4 @@ exclude_paths: - log/ - backups/ - coverage-javascript/ +- plugins/ |