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

Incorrect severity level #99

@zypA13510

Description

@zypA13510

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions