Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Fix 2021 #653

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix 2021 #653

wants to merge 2 commits into from

Conversation

Vulwsztyn
Copy link

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
Copy link

UziTech commented Apr 14, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants