csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.29k stars 457 forks source link

CLI linting doesn't work #487

Closed ascariandrea closed 6 years ago

ascariandrea commented 8 years ago

Hi guys, I got this issue using the -l option in 3.1.7 release.

When I lint my files I get this output:

$ csscomb -lv src/app

0 files processed
0 files fixed
spent: 1205.418ms

while I format them I get the following one

$ csscomb -v src/app

95 files processed
21 files fixed
spent: 3685.675ms

As you can see the processed count is not consistent, and no error is returned even if there are 21 files that need to be fixed.

Let me know if you're already aware of this, thanks.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37981236-cli-linting-doesn-t-work?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github).
shuhrat commented 7 years ago

@tonyganch any news here?

obenjiro commented 7 years ago

@shuhrat @ascariandrea Can you update to 4.1.0? Looks like an issue is solved there.