summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-01-26 11:51:11 +0000
committerLin Jen-Shin <godfat@godfat.org>2018-01-26 11:51:11 +0000
commit02a3f6241af193cabde303de5d1eea0e82c87cc5 (patch)
tree6f4d9e45ea5a4187932c4a5d07b77eb31f463885
parente7115a3e9ccfd45edee3621d3b4f74a851adce30 (diff)
downloadgitlab-ce-02a3f6241af193cabde303de5d1eea0e82c87cc5.tar.gz
Update gitlab-styles and update .rubocop.yml41972-make-sure-no-warnings
-rw-r--r--.rubocop.yml4
-rw-r--r--Gemfile.lock2
2 files changed, 1 insertions, 5 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4e80b49ccd2..563a00db6c0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -19,10 +19,6 @@ AllCops:
- 'builds/**/*'
CacheRootDirectory: tmp
-# TODO: Remove me after updating gitlab-style
-Style/TrailingUnderscoreVariable:
- Enabled: false
-
# Gitlab ###################################################################
Gitlab/ModuleWithInstanceVariables:
diff --git a/Gemfile.lock b/Gemfile.lock
index 5532888d179..1a3c8f42469 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -304,7 +304,7 @@ GEM
mime-types (>= 1.16)
posix-spawn (~> 0.3)
gitlab-markup (1.6.3)
- gitlab-styles (2.3.1)
+ gitlab-styles (2.3.2)
rubocop (~> 0.51)
rubocop-gitlab-security (~> 0.1.0)
rubocop-rspec (~> 1.19)