Skip to content

Commit 935ae8e

Browse files
committed
Remove Style/InverseMethods config for exists?
Reverts #973. Cannot convert to `none?` when `exists?` has an argument. This should be considered an independent cop of some kind.
1 parent f73d8ed commit 935ae8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/default.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,10 +1152,6 @@ Style/FormatStringToken:
11521152
AllowedMethods:
11531153
- redirect
11541154

1155-
Style/InverseMethods:
1156-
InverseMethods:
1157-
:exists?: :none?
1158-
11591155
Style/SymbolProc:
11601156
AllowedMethods:
11611157
- define_method

0 commit comments

Comments
 (0)