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
It can be detected, but that will trigger false positives on some codebase (I'm sure there is at least one app on Earth that considers that having named parameters starting with & is a good idea). Could be part of a new optional rule.
I've come across following in our code.
This is wrong because of the double
&&
on¬_avail_string
This is easily overlooked and goes undetected because in this case it is an optional parameter.
Is the double & something that could be detected by a rule ?
I cannot imagine a situation where this would be valid, but maybe my imagination is limited.
The text was updated successfully, but these errors were encountered: