linter icon indicating copy to clipboard operation
linter copied to clipboard

linter detects issue with "print" even when kDebugMode is used...and with multiple conditions

Open corepuncher opened this issue 1 year ago • 0 comments

Describe the issue If you use kDebugMode with multiple conditions before a print statement, the linter thinks there is a problem.

To Reproduce if (kDebugMode && condition2) print('nothing wrong here');

Expected behavior It should allow multiple conditions alongsize kDebugMode check.

corepuncher avatar Aug 19 '24 19:08 corepuncher