clutchski / coffeelint

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

Respect .gitignore #614

Closed danielbayley closed 6 years ago

danielbayley commented 7 years ago

Respect .gitignore in the absence of .coffeelintignore.

swang commented 6 years ago

I think the eslint team (eslint/eslint#5848) has a good discussion about why they won't support using .gitignore in lieu of a missing .eslintignore file. Unless there's something unique about coffeescript I'm probably not going to merge this.