summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 14:50:20 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 14:50:28 +0100
commitc550eead73c80c7c1cbec7ccdb095aa4fd5fbf3f (patch)
treecfcfb9c102073e89bb368fbf336d2b5792bfa002
parent389be13c2002a54475627c77cd7607cc002a8607 (diff)
downloadcoderay-c550eead73c80c7c1cbec7ccdb095aa4fd5fbf3f.tar.gz
enfore SpaceAroundOperators
-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.