Skip to content

Commit b254066

Browse files
committed
Disable predicate rule
Signed-off-by: Fanit Kolchina <[email protected]>
1 parent bda3956 commit b254066

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec-insert/.rubocop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ Naming/FileName:
3131

3232
# Allow predicate methods without ? for Mustache template compatibility
3333
Naming/PredicateName:
34-
AllowedMethods:
35-
- 'optional'
36-
- 'any_errors'
34+
Enabled: false

0 commit comments

Comments
 (0)