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:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 02:54:03 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:31:57 +0300
commit3a8128f199f171d674be2acd48222b1e6b3c6604 (patch)
treedc17c2e750007c82d2783dd598852052503dd50b /.rubocop.yml
parent030baf70d25a666b660b0024f000586631ee3daf (diff)
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