ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Lint js files inside .gitignore #219

Closed jenguidanos closed 6 years ago

jenguidanos commented 6 years ago

I have some js files not linted (Linter: debug says file is ignored), and i think is because these files (local config files) are inside a directory added to .gitignore, because other js files outside .gitignore are linted well. How can i prevent this?

jenguidanos commented 6 years ago

Found the solution uncheking Exclude Vcs Ignored Files in the Atom settings