yujinakayama / atom-lint

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

Add Erlang linting via erlc #59

Closed bryanhunter closed 10 years ago

bryanhunter commented 10 years ago

Added linting for Erlang. The call to 'erlc' (and the arguments passed) match the logic used by in Erlang's official linting in Emacs provided by flymake.

bryanhunter commented 10 years ago

Thanks for the great comments and feedback. I believe all of the requested corrections have been made.

yujinakayama commented 10 years ago

Thank you!