Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Incorrect severity level #99

Open
zypA13510 opened this issue Jan 8, 2019 · 0 comments
Open

Incorrect severity level #99

zypA13510 opened this issue Jan 8, 2019 · 0 comments

Comments

@zypA13510
Copy link

When running xmllint myXML.xml, the result is:

myXML.xml:4: namespace warning : xmlns: URI my.short.namespace is not absolute

This warning can be suppressed when running xmllint --nowarning myXML.xml.

However, this warning is displayed as severity: Error inside the linter panel, and marked in the XML file as such. AFAIK we do have severity info/warning/error from the linter package API, so we should mark it according to the output from xmllint.

I'm not sure if all xmllint output follows the same format (just started using it). If it is, this can be easily fixed, I think?

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

No branches or pull requests

1 participant