Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 7a6f68f

Browse files
committed
Shut a couple of cops up
1 parent f8e8a26 commit 7a6f68f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.rubocop.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Style/ClassAndModuleChildren:
8383
- lib/rspec/core/option_parser.rb
8484
- lib/rspec/core/reporter.rb
8585

86+
Style/FrozenStringLiteralComment:
87+
Enabled: false
88+
8689
Style/RaiseArgs:
8790
Exclude:
8891
- lib/rspec/core/configuration.rb
@@ -108,3 +111,10 @@ Performance/Caller:
108111

109112
Metrics/BlockLength:
110113
Max: 193
114+
115+
# TODO: Reconsider this in the future
116+
Performance/UnfreezeString:
117+
Enabled: false
118+
119+
Style/SafeNavigation:
120+
Enabled: false

0 commit comments

Comments
 (0)