yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Custom coffee lint configuration file. #43

Closed probablycorey closed 10 years ago

probablycorey commented 10 years ago

This allows users to set their own custom coffelelint configuration file.

yujinakayama commented 10 years ago

Could you explain what situation you use this setting in? I'm not sure about it since CoffeeLint itself has an ability to handle custom configuration without specifying it in CLI.

New in 1.0: CoffeeLint will automatically pick up config files. When linting a file (as opposed to stdin) it will walk up the directory tree looking for a coffeelint.json or a package.json that has a "coffeelintConfig" object. If neither of those are found or you're linting from stdin it will check your home for a coffeelint.json file.

probablycorey commented 10 years ago

Sweet! I didn't know this existed!