KEMBAR78
Indent solution by swang · Pull Request #282 · clutchski/coffeelint · GitHub
Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Conversation

swang
Copy link
Collaborator

@swang swang commented Jun 2, 2014

I have gone through every single issue both open/closed that complained about indents and I was able to get coffeelint to pass them.

All other tests pass as well, but I would appreciate some additional testing from others.

swang added 4 commits June 1, 2014 16:37
Minor change to use 'is' instead of '==' and other similar changes.
…clutchski#236

Finally fixes all the INDENT errors that we have been seeing by now
accounting for multiple chains in a chain call
Didn't handle a case where CoffeeScript may generate new tokens into the
Lexer, thus returning false when the next token was not '.' even though
it was.

See first test case added for an example.

Second test case written to handle sub multi-chained commands. Not
related to described problem above.
@AsaAyers
Copy link
Collaborator

AsaAyers commented Jun 7, 2014

The new tests look very thorough. I'm extremely impressed. Thanks for your hard work on this.

AsaAyers added a commit that referenced this pull request Jun 7, 2014
@AsaAyers AsaAyers merged commit 618c9a4 into clutchski:master Jun 7, 2014
@swang swang deleted the indent_solution branch June 13, 2014 00:21
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