clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.17k stars 172 forks source link

Reject tabs at end of line #636

Closed ashawley closed 4 years ago

ashawley commented 6 years ago

We have a large coffeescript code base, and had no_tabs enabled, but hadn't gotten around to enabling no_trailing_whitespace. I was a bit surprised to learn that there were tabs at the end of lines that coffeelint hadn't caught in the code base.

I see that the no_tabs rule is conservative because no_trailing_whitespace catches this situation, so feel free to reject.

Thanks for keeping this project going, Shuan!

UziTech commented 4 years ago

Further development on coffeelint will be on coffeelint/coffeelint and will be released as @coffeelint/cli.

This PR will be tracked at https://github.com/coffeelint/coffeelint/pull/20

ashawley commented 4 years ago

This was merged in the new coffeelint 3.0 project.