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

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

Closed
christianweiss opened this issue Apr 4, 2012 · 0 comments
Milestone

Comments

@christianweiss
Copy link

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>
[...]
@nzakas nzakas closed this as completed in 6682673 May 4, 2012
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

2 participants