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 90bd718 commit e4a25adCopy full SHA for e4a25ad
.rubocop.yml
@@ -80,6 +80,9 @@ Minitest/EmptyLineBeforeAssertionMethods:
80
Naming/MemoizedInstanceVariableName:
81
Enabled: false
82
83
+Naming/PredicateMethod:
84
+ Enabled: false
85
+
86
Naming/VariableNumber:
87
88
Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
gemspec
3
4
gem "rake", "~> 13.0"
5
-gem "rubocop", "1.75.8"
+gem "rubocop", "1.77.0"
6
gem "rubocop-minitest", "0.38.1"
7
gem "rubocop-packaging", "0.6.0"
8
gem "rubocop-performance", "1.25.0"
0 commit comments