Skip to content

Commit ddaf508

Browse files
Dump full RuboCop config
This automated commit dumps the contents of the full RuboCop config. [dependabot skip]
1 parent 37e782e commit ddaf508

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)