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
Using new Haxe 4 syntax gives a linting warning for "VariableInitialisation - Warning: Invalid variable".
Would be nice to be able to configure this to have it not detect as a warning or just have it not detect as warning at all.
Code:
final DRIVE_LETTER_LOWERCASE_REGEX:EReg = ...;
Full warning line:
VariableInitialisation - Warning: Invalid variable "DRIVE_LETTER_LOWERCASE_REGEX" initialisation (move initialisation to constructor or function)
Thanks!
The text was updated successfully, but these errors were encountered:
Using new Haxe 4 syntax gives a linting warning for "VariableInitialisation - Warning: Invalid variable".
Would be nice to be able to configure this to have it not detect as a warning or just have it not detect as warning at all.
Code:
Full warning line:
VariableInitialisation - Warning: Invalid variable "DRIVE_LETTER_LOWERCASE_REGEX" initialisation (move initialisation to constructor or function)
Thanks!
The text was updated successfully, but these errors were encountered: