-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
WhitespaceAround fails with special characters in comment #98
Comments
Can't seem to reproduce this anymore.. Might've been an old hxparse version. |
This fails on python (I've been playing around with checkstyle on the python and lua targets. Don't think there's any real use-case for that, but I found a few Haxe bugs that way at least). |
I just had the same problem when using vscode-checkstyle on a file with a comment that contained an umlaut. I don't have a JS build set up, so I cannot debug it right now, but I guess the positions for tokens are off because of utf-8 / unicode encoding. So certain checks find violations because they look at the wrong position in the file. We also might have to get the unittests to run on JS to make sure it runs properly in vscode. |
I changed |
|
I haven't really checked, but I also haven't seen any issues with vscode-checkstyle, is it still broken? |
Same result with
ä
orß
and probably tons of other slightly non-standard characters.I think this didn't cause issues not too long ago...
The text was updated successfully, but these errors were encountered: