summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-01-24 18:01:45 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-01-26 19:42:48 +0800
commit0bf918f05e827b380107d88f4592d1ceedd632f9 (patch)
tree8bf338da55c661dfb96e2d9e39d4c1a2f9ba5f18 /.rubocop.yml
parente042baebb81ebd2b60becd9bebd2d088881aeca4 (diff)
downloadgitlab-ce-0bf918f05e827b380107d88f4592d1ceedd632f9.tar.gz
Fix rubocop offenses. It's not checked before when
it's inside lib/tasks/*
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 563a00db6c0..4e80b49ccd2 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -19,6 +19,10 @@ AllCops:
- 'builds/**/*'
CacheRootDirectory: tmp
+# TODO: Remove me after updating gitlab-style
+Style/TrailingUnderscoreVariable:
+ Enabled: false
+
# Gitlab ###################################################################
Gitlab/ModuleWithInstanceVariables: