summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 17:54:03 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:57 -0600
commit3a8128f199f171d674be2acd48222b1e6b3c6604 (patch)
treedc17c2e750007c82d2783dd598852052503dd50b /.rubocop.yml
parent030baf70d25a666b660b0024f000586631ee3daf (diff)
downloadgitlab-ce-3a8128f199f171d674be2acd48222b1e6b3c6604.tar.gz
Enable Lint/UnifiedInteger
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 4c6438f8b0d..c674cfbcf51 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -907,6 +907,10 @@ RSpec/RepeatedDescription:
RSpec/SubjectStub:
Enabled: false
+
+Lint/UnifiedInteger:
+ Enabled: true
+
Lint/ShadowingOuterLocalVariable:
Enabled: false