yujinakayama / atom-lint

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

Linter shows errors even after filetype is changed #170

Open natemartinsf opened 9 years ago

natemartinsf commented 9 years ago

Steps to reproduce:

1) Install Matlab file support 2) Open a matlab .m file. The editor will default to "objective-c" as the file type 3) See that the linter flags many errors, since this is not an actual objective-c file. 4) Change the filetype to "matlab" 5) Linter errors remain visible. 6) Close and then re-open the document to eliminate the linter errors.