Skip to content

Commit 0241685

Browse files
committed
Adding rubocop-rake
1 parent 0b432bf commit 0241685

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins:
22
- rubocop-performance
33
- rubocop-rspec
4+
- rubocop-rake
45

56
AllCops:
67
TargetRubyVersion: 3.1
@@ -9,9 +10,6 @@ AllCops:
910
- "spec/statistical_accuracy_spec.rb"
1011
- "vendor/**/*"
1112

12-
Style/FrozenStringLiteralComment:
13-
Enabled: false
14-
1513
Style/StringLiterals:
1614
EnforcedStyle: double_quotes
1715

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ group :test do
1414
gem "rspec"
1515
gem "rubocop"
1616
gem "rubocop-performance"
17+
gem "rubocop-rake"
1718
gem "rubocop-rspec"
1819
end

0 commit comments

Comments
 (0)