steelbrain / linter

A Base Linter with Cow Powers http://steelbrain.me/linter/
MIT License
1.1k stars 178 forks source link

Specify a way to ignore certain files and dirs #838

Closed steelbrain closed 9 years ago

steelbrain commented 9 years ago

Continuing from https://github.com/atom-community/linter/issues/751#issuecomment-128175888 , a suggestion by @pelted. I think it's reasonable to be able to ignore dirs like vendor and bower_components and node_modules and others via the settings.

tschaub commented 9 years ago

A setting that would disable the linter for VCS Ignored Files would be very useful (like tree-view.hideVcsIgnoredFiles).

This would remove a lot of pain from browsing 3rd party code in a project that uses the linter.

steelbrain commented 9 years ago

@tschaub That's a very good idea. and I think it covers the node_modules and other cases too!

tschaub commented 8 years ago

This works so well. Thanks @steelbrain.