Skip to content

Commit c550eea

Browse files
committed
enfore SpaceAroundOperators
1 parent 389be13 commit c550eea

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.rubocop_todo.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -237,18 +237,7 @@ Layout/SpaceAfterComma:
237237
# Cop supports --auto-correct.
238238
# Configuration parameters: AllowForAlignment.
239239
Layout/SpaceAroundOperators:
240-
Exclude:
241-
- 'ideosyncratic-ruby.rb'
242-
- 'lib/coderay/scanners/c.rb'
243-
- 'lib/coderay/scanners/cpp.rb'
244-
- 'lib/coderay/scanners/diff.rb'
245-
- 'lib/coderay/scanners/groovy.rb'
246-
- 'lib/coderay/scanners/java.rb'
247-
- 'lib/coderay/scanners/java_script.rb'
248-
- 'lib/coderay/scanners/python.rb'
249-
- 'lib/coderay/scanners/ruby/patterns.rb'
250-
- 'rake_tasks/code_statistics.rb'
251-
- 'test/unit/json_encoder.rb'
240+
AllowForAlignment: true
252241

253242
# Offense count: 2
254243
# Cop supports --auto-correct.

0 commit comments

Comments
 (0)