-
Notifications
You must be signed in to change notification settings - Fork 5
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
Exception in plugin: XmlPullParserException: only whitespace content allowed before start tag and not O #16
Comments
Hello, First thank you for this great plugin ;-) Any clue ? OS X 10.12.5
|
Seeing this on Windows and macOS in PyCharm. Node 8.1.3 and sass-lint 1.11.1. Update: I was able to resolve the problem by using a different .sass-lint.yml. The following .yml file worked:
|
This appears to be a bug surrounding the option |
I had the same problem in AndroidStudio when I delibrately downgraded "compileSdkVersion" and "targetSdkVersion" in file build.gradle. |
Hi there,
First, thank for this plugin, really helpful.
I would like to report an issue: XmlPullParserException: only whitespace content allowed before start tag and not O ...
At first, I thought maybe my yaml file was invalid, but checked it with YAMLLint and it said it's valid.
Versions & OS
Sass-lint-plugin: 1.10.2
IntelliJ IDEA 2017.1 Build #IU-171.3780.107, built on March 22, 2017
JRE: 1.8.0_112-release-736-b13 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.8.0-46-generic
Context
sass-lint config:
I just open any scss file, and when it starts analyzing the file, Intellij pops a notification saying an error occured with sass-lint-plugin.
Stacktrace
Here is the complete stacktrace if it can help =)
Sample SCSS file & YAML config
SCSS file throwing the error (but it occurs on every filed I opened)
Yaml config I pointed to in sass-lint-plugin config in Intellij:
Any clue ? =)
Thanks in advance, and again, great work !
The text was updated successfully, but these errors were encountered: