diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-02-28 13:42:36 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-02-28 13:42:36 +0000 |
commit | 49ebd81035c88eadf6b56b3f06b44f93713d90a0 (patch) | |
tree | 63f7eac07620b33c6540d1bb3c8485e2b534d778 | |
parent | 23c029829251a7a5cf5918a5dda8ad4d157f6ab2 (diff) | |
parent | eae1f38ba5ce5a2d55c83014954e654da38a46a7 (diff) | |
download | gitlab-ce-49ebd81035c88eadf6b56b3f06b44f93713d90a0.tar.gz |
Merge branch 'dz-rubocop-skip-builds' into 'master'
Ignore builds dir when run rubocop check
See merge request !9580
-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: |