summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop_todo.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 57b00e4..317e6a4 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -237,18 +237,7 @@ Layout/SpaceAfterComma:
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Layout/SpaceAroundOperators:
- Exclude:
- - 'ideosyncratic-ruby.rb'
- - 'lib/coderay/scanners/c.rb'
- - 'lib/coderay/scanners/cpp.rb'
- - 'lib/coderay/scanners/diff.rb'
- - 'lib/coderay/scanners/groovy.rb'
- - 'lib/coderay/scanners/java.rb'
- - 'lib/coderay/scanners/java_script.rb'
- - 'lib/coderay/scanners/python.rb'
- - 'lib/coderay/scanners/ruby/patterns.rb'
- - 'rake_tasks/code_statistics.rb'
- - 'test/unit/json_encoder.rb'
+ AllowForAlignment: true
# Offense count: 2
# Cop supports --auto-correct.