WiseTechGlobal / WTG.Analyzers

Analyzers from WiseTech Global to enforce our styles, behaviours, and prevent common mistakes.
Other
16 stars 3 forks source link

WTG3012 shouldn't offer a code fix to simplify `&& false` or `|| true`. #168

Closed brian-reichle closed 2 years ago

brian-reichle commented 2 years ago

The code fix will inevitably offer the same expression as the fix (in case the LHS has hidden side-effects), so there isn't much point in offering to do nothing.

Should still report the issue though.