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
class Test { function foo() { switch ("Test") // broken { } } }
./source/Test.hx:1: character 0 : Error: Check WhitespaceAfter failed: bad token CommentLine( broken) != BrOpen
The text was updated successfully, but these errors were encountered:
added support for comments HaxeCheckstyle#77
7e68234
added support for annotations in conditional HaxeCheckstyle#78
I have added some support for comments, but I probably have missed a few places
Sorry, something went wrong.
If this particular example now works, it's probably best to close and open a new issue for new cases?
Also, this should probably be added as a test?
yes, that's why I kept it open, I have to add a test case
ab1e2f4
No branches or pull requests
The text was updated successfully, but these errors were encountered: