You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ggghost usages look like false positives -- the test is explicitly ensuring an overloaded + method works as expected for arithmetic input. That seems like a prime candidate for # nolint to me, so I am fine to ignore it.
As to the others, yes, let's invest in customizing the message to be better for this case.
This is a known false positive in
yoda_test_linter()
:This should be linted (it's a placeholder that shouldn't really be checked in "to prod"), but currently the message is confusing.
We should check the practical relevance of this concern, though, before investing in a workaround.
The text was updated successfully, but these errors were encountered: