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_todo.yml | |
parent | 030baf70d25a666b660b0024f000586631ee3daf (diff) | |
download | gitlab-ce-3a8128f199f171d674be2acd48222b1e6b3c6604.tar.gz |
Enable Lint/UnifiedInteger
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 10 |
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: |