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 /.rubocop.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 '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 24edb641657..293f61fb725 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,6 +17,7 @@ AllCops: - 'bin/**/*' - 'generator_templates/**/*' - 'builds/**/*' + - 'plugins/**/*' CacheRootDirectory: tmp # This cop checks whether some constant value isn't a |