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.
2 parents f696280 + 618c9ed commit 3e254f8Copy full SHA for 3e254f8
.rubocop.yml
@@ -1,3 +1,5 @@
1
+require: rubocop-performance
2
+
3
AllCops:
4
TargetRubyVersion: 2.4
5
Exclude:
Gemfile
@@ -5,5 +5,6 @@ group :test do
gem "minitest"
6
gem "rake"
7
gem "rubocop"
8
+ gem "rubocop-performance"
9
gem "safe_yaml"
10
end
0 commit comments