File tree 2 files changed +1
-23
lines changed
2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ inherit_from: .rubocop_todo.yml
2
2
3
3
AllCops :
4
4
TargetRubyVersion : 2.3
5
+ DisplayStyleGuide : true
5
6
Exclude :
6
7
- ' test/scanners/**/*'
7
8
- ' bench/example.ruby'
Original file line number Diff line number Diff line change @@ -530,29 +530,6 @@ Naming/VariableNumber:
530
530
Exclude :
531
531
- ' test/unit/tokens.rb'
532
532
533
- # Offense count: 1
534
- Performance/Caller :
535
- Exclude :
536
- - ' lib/coderay/scanners/scanner.rb'
537
-
538
- # Offense count: 1
539
- # Cop supports --auto-correct.
540
- Performance/Casecmp :
541
- Exclude :
542
- - ' rake_tasks/generator.rake'
543
-
544
- # Offense count: 1
545
- # Cop supports --auto-correct.
546
- Performance/StringReplacement :
547
- Exclude :
548
- - ' lib/coderay/encoders/html.rb'
549
-
550
- # Offense count: 3
551
- Performance/UnfreezeString :
552
- Exclude :
553
- - ' lib/coderay/encoders/encoder.rb'
554
- - ' lib/coderay/encoders/html.rb'
555
-
556
533
# Offense count: 1
557
534
# Cop supports --auto-correct.
558
535
# Configuration parameters: AutoCorrect.
You can’t perform that action at this time.
0 commit comments