clutchski / coffeelint

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

Fix 2021 #653

Open Vulwsztyn opened 3 years ago

Vulwsztyn commented 3 years ago

The 3 rules didn't work. no_interpolation_in_single_quotes and no_unnecessary_double_quotes because CoffeeScript.tokens now always replaces ' with " and checking if string is single quoted must be performed in a different way (see code).

max_line_length because CoffeeScript.tokens now returns tokens even for an empty line.

UziTech commented 3 years ago

New development for coffeelint is on https://github.com/coffeelint/coffeelint. If you could create a PR there it would be much appreciated.