8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389be13 commit c550eeaCopy full SHA for c550eea
.rubocop_todo.yml
@@ -237,18 +237,7 @@ Layout/SpaceAfterComma:
237
# Cop supports --auto-correct.
238
# Configuration parameters: AllowForAlignment.
239
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'
+ AllowForAlignment: true
252
253
# Offense count: 2
254
0 commit comments