Skip to content

park9140/Linter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linter

The idea is to stop linters plugins war, by providing top level api for linters to parse and display errors in Atom editor. This project was inspired by SublimeLinter plugin. So if you like SublimeLinter, you'll probably like Linter.

LINTERS ARE NOT INCLUDED and available as a separate packages. So you will use only linters that you need, or easily code your own.

example

Plugin installation

$ apm install linter

Available linters

Coming soon

  • linter-pep257 - Linter plugin for python, using pep257.
  • linter-xmllint - Linter plugin for XML, using xmllint.
  • linter-shellcheck - Linter plugin for SublimeLinter provides an interface to shellcheck.
  • linter-ruby - Linter plugin for ruby, using ruby -wc.
  • linter-rubocop - Linter plugin for Ruby, using rubocop.
  • linter-rst - Linter plugin for reStructuredText, using docutils.
  • linter-pyyaml - Linter plugin for SublimeLinter provides an interface to pyyaml.
  • linter-pylint - Linter plugin for python, using pylint.
  • linter-pyflakes - Linter plugin for python, using pyflakes.
  • linter-phplint - Linter plugin for PHP, using phplint.
  • linter-php - Linter plugin for PHP, using php -l.
  • linter-pep8 - Linter plugin for python, using pep8.
  • linter-lua - Linter plugin for Lua, using luac -p.
  • linter-jsxhint - Linter plugin for JSX (React.js), using jsxhint.
  • linter-json - Linter plugin for JSON.
  • linter-jsl - Linter plugin for JavaScript, using JavaScript Linter (jsl).
  • linter-jscs - Linter plugin for jscs

#Donation# Share the love! donate-paypal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published