We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macro:Array<String>; // detected correctly var ct = macro:String; macro:Array<$ct>; // detected as operator - Warning: OperatorWhitespace policy "around" violated by "<"
{ "type": "OperatorWhitespace", "props": { "severity": "WARNING", "assignOpPolicy": "around", "unaryOpPolicy": "none", "ternaryOpPolicy": "around", "arithmeticOpPolicy": "around", "compareOpPolicy": "around", "bitwiseOpPolicy": "around", "boolOpPolicy": "around", "intervalOpPolicy": "none", "arrowPolicy": "around", "functionArgPolicy": "none" } }
The text was updated successfully, but these errors were encountered:
fixed LtGt handling when using macro reification, fixes HaxeCheckstyl…
faa47a4
…e#281
3ae2a64
AlexHaxe
No branches or pull requests
The text was updated successfully, but these errors were encountered: