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
_thisEvent indicated as a false positive. By contrast _thisEventHandler did not and did not warn, maybe because the first was the offending token, I do not know.
_thisEventHandler does not warn whatsoever, correctly, I think. Tried adding _thisEvent to the sqflint.ignoredVariables settings to no avail, so the case must be deeply rooted in the token parsing, baked into the cake, if you will.
Overall, need the ability to better train the LINT with various situations. It covers 80-90 percent of the common ones, but for gremlins such as this.
Or at least somehow the ability to #define our way around warnings such as these.
Best!
The text was updated successfully, but these errors were encountered:
_thisEvent
indicated as a false positive. By contrast_thisEventHandler
did not and did not warn, maybe because the first was the offending token, I do not know.In the context of an
ctrlAddEventHandler
use case._thisEventHandler
does not warn whatsoever, correctly, I think. Tried adding_thisEvent
to thesqflint.ignoredVariables
settings to no avail, so the case must be deeply rooted in the token parsing, baked into the cake, if you will.Overall, need the ability to better train the LINT with various situations. It covers 80-90 percent of the common ones, but for gremlins such as this.
Or at least somehow the ability to
#define
our way around warnings such as these.Best!
The text was updated successfully, but these errors were encountered: