Skip to content

Commit 1e20b66

Browse files
authored
Merge pull request #746 from Shopify/dependabot/bundler/rubocop-230d61e25e
2 parents 4d99a76 + ddaf508 commit 1e20b66

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
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)

test/fixtures/full_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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?
23432345
Naming/PredicatePrefix:
23442346
Description: Predicate method names should not be prefixed and end with a `?`.
23452347
StyleGuide: "#bool-methods-qmark"

0 commit comments

Comments
 (0)