Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-02-28 15:13:01 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-02-28 15:13:01 +0300
commiteae1f38ba5ce5a2d55c83014954e654da38a46a7 (patch)
tree6e221aeb1caa99b3137d734f257019f07b6a7561 /.rubocop.yml
parent71fbbc9da428268411c5a3cef319f7537b63d199 (diff)
Ignore builds dir when run rubocop check
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
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: