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_todo.yml
parent030baf70d25a666b660b0024f000586631ee3daf (diff)
Enable Lint/UnifiedInteger
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index ca80e9c3f20..b18adcc8b2f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -6,16 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 10
-# Cop supports --auto-correct.
-Lint/UnifiedInteger:
- Exclude:
- - 'spec/lib/gitlab/metrics/method_call_spec.rb'
- - 'spec/lib/gitlab/metrics/metric_spec.rb'
- - 'spec/lib/gitlab/metrics/system_spec.rb'
- - 'spec/lib/gitlab/metrics/transaction_spec.rb'
- - 'spec/models/repository_spec.rb'
-
# Offense count: 23
# Cop supports --auto-correct.
Lint/UnneededSplatExpansion: