File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323 rainbow (3.1.1 )
2424 rake (13.3.0 )
2525 regexp_parser (2.10.0 )
26- rubocop (1.77 .0 )
26+ rubocop (1.78 .0 )
2727 json (~> 2.3 )
2828 language_server-protocol (~> 3.17.0.2 )
2929 lint_roller (~> 1.1.0 )
Original file line number Diff line number Diff line change @@ -2334,12 +2334,14 @@ Naming/PredicateMethod:
23342334 do not.
23352335 Enabled : false
23362336 VersionAdded : ' 1.76'
2337- VersionChanged : ' 1.76 '
2337+ VersionChanged : ' 1.78 '
23382338 Mode : conservative
23392339 AllowedMethods :
23402340 - call
23412341 AllowedPatterns : []
23422342 AllowBangMethods : false
2343+ WaywardPredicates :
2344+ - nonzero?
23432345Naming/PredicatePrefix :
23442346 Description : Predicate method names should not be prefixed and end with a `?`.
23452347 StyleGuide : " #bool-methods-qmark"
You can’t perform that action at this time.
0 commit comments