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 0b432bf commit 0241685Copy full SHA for 0241685
.rubocop.yml
@@ -1,6 +1,7 @@
1
plugins:
2
- rubocop-performance
3
- rubocop-rspec
4
+ - rubocop-rake
5
6
AllCops:
7
TargetRubyVersion: 3.1
@@ -9,9 +10,6 @@ AllCops:
9
10
- "spec/statistical_accuracy_spec.rb"
11
- "vendor/**/*"
12
-Style/FrozenStringLiteralComment:
13
- Enabled: false
14
-
15
Style/StringLiterals:
16
EnforcedStyle: double_quotes
17
Gemfile
@@ -14,5 +14,6 @@ group :test do
gem "rspec"
gem "rubocop"
gem "rubocop-performance"
+ gem "rubocop-rake"
18
gem "rubocop-rspec"
19
end
0 commit comments