Skip to content

checkstyle file format: empty css file warning should wrapped with xml element #253

@christianweiss

Description

@christianweiss

At the moment the report looks like this:

[...]
<file [....]></file>
csslint: Could not read file data in /var/www/empty.css. Is the file empty?
<file [....]></file>
[...]

should be:

[...]
<file [....]></file>
<file name="/var/www/empty.css"><error line="0" column="0" severty="error" message="csslint: Could not read file data. Is the file empty?"></error></file>
<file [....]></file>
[...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions