Why is Naming/PredicateMethod enabled by default? #14254
Closed
esotericpig
started this conversation in
General
Replies: 2 comments
-
Moved to be an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We read the discussions as well, btw, and there were already similar issues reported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to break any library that depends on a bool result (instead of raising an exception).
Instead, I'm forced to either raise an exception, return a symbol, or something else. Sometimes this is a legitimate solution though.
Maybe by default could turn it off if the method has
!
in the name? Thoughts?Beta Was this translation helpful? Give feedback.
All reactions