diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-02-28 14:13:01 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-02-28 14:13:01 +0200 |
commit | eae1f38ba5ce5a2d55c83014954e654da38a46a7 (patch) | |
tree | 6e221aeb1caa99b3137d734f257019f07b6a7561 /.rubocop.yml | |
parent | 71fbbc9da428268411c5a3cef319f7537b63d199 (diff) | |
download | gitlab-ce-eae1f38ba5ce5a2d55c83014954e654da38a46a7.tar.gz |
Ignore builds dir when run rubocop checkdz-rubocop-skip-builds
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 38b71d74fea..fa1370ea1f3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,6 +23,7 @@ AllCops: - 'tmp/**/*' - 'bin/**/*' - 'generator_templates/**/*' + - 'builds/**/*' # Gems in consecutive lines should be alphabetically sorted Bundler/OrderedGems: |