Skip to content
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

Execution error when you have xml parts in s" block #365

Open
christopherpicard opened this issue Jan 23, 2022 · 0 comments
Open

Execution error when you have xml parts in s" block #365

christopherpicard opened this issue Jan 23, 2022 · 0 comments

Comments

@christopherpicard
Copy link

When I have the following class, I get the following error despite taking out all the checks. It seems there is a parsing error that you can't turn off if you have XML or other content in a s"" block which should be ignored.
Expected token SEMI but got Token(STRING_LITERAL,"",822,"")

class Test {
val test: String = s" xmlns="test""
}

Currently I have no workaround for this so I had to disable scalastyle on our CI/CD pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant