anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.25k stars 51 forks source link

GNU message format #1

Closed ai closed 9 years ago

ai commented 9 years ago

PostCSS and many other tools use GNU error format: file:line:col, so them print

/projects/website/main.css:5:3: CSS3 Box-sizing not supported

instead of:

/projects/website/main.css: line 5, col 3 - CSS3 Box-sizing not supported
anandthakker commented 9 years ago

@ai oh, perfect, thank you -- I had actually been wondering about whether there was a common format for this, but didn't get around to doing a thorough search.