diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-21 17:54:03 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:31:57 -0600 |
commit | 3a8128f199f171d674be2acd48222b1e6b3c6604 (patch) | |
tree | dc17c2e750007c82d2783dd598852052503dd50b /.rubocop.yml | |
parent | 030baf70d25a666b660b0024f000586631ee3daf (diff) | |
download | gitlab-ce-3a8128f199f171d674be2acd48222b1e6b3c6604.tar.gz |
Enable Lint/UnifiedInteger
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
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 |