summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-08-05Added clang-tidy for C, too.Andrej Radovic
A limited number of clang-tidy checks can be used with C, too. I pretty much copied and refactored the C++ clang-tidy linter, and added some documentation about C-compatible checks.
2017-08-02Add Tcl nagelfar linterNick James
2017-07-20Update the installation notes for the standard package management sysytem so ↵w0rp
helptag generation will actually work
2017-07-19Fix heading levelsw0rp
2017-07-19Fix #573 - Update the README to recommend installing via the built-in ↵w0rp
package system
2017-07-18Fix #308 - Check Dart files with dartanalyzerw0rp
2017-07-17Add yaml swaglint linter (#771)Matthew Turland
* Add yaml swaglint linter
2017-07-16Merge pull request #774 from dmitrivereshchagin/syntaxerl-linterw0rp
Add SyntaxErl linter
2017-07-16Added phpstan linter for php. (#772)Ardis
* Added phpstan linter for php.
2017-07-16Add SyntaxErl linterDmitri Vereshchagin
These changes add [SyntaxErl][1] integration. SyntaxErl is a syntax checker tool for Erlang. [1]: https://github.com/ten0s/syntaxerl
2017-07-13Add scalastyle linter (#766)Kevin Kays
* Add support for scalastyle * Add scalastyle docs * scalastyle support for column numbers * off by one column * Add tests for scalastyle command and handler * update readme for scalastyle * allow full scalastyle options instead of just config file * fix indentation * allow scalastyle config file in parent directories by a couple names. * check for missing match args with empty * remove echo * use a for loop
2017-07-12Add rails_best_practices handler (resolves #655) (#751)Eddie Lebow
* Move FindRailsRoot() to more general location * Add rails_best_practices handler (resolves #655) * Update documentation for rails_best_practices Also add brakeman to *ale* documentation. * rails_best_practices: allow overriding the executable * rails_best_practices: format help correctly * rails_best_practices: capture tool output on Windows
2017-07-09Add new Haskell linter (#742)Jake Zimmerman
* Add stack-build linter for Haskell The stack-build linter works better than the other two linters when you're working with an entire Haskell project. It builds the project entirely and reports any errors. The other two Haskell GHC linters only work on single files, which can result in spurious errors (for example, not being able to find imports). * Document all available Haskell linters * Split GHC checkers into separate files
2017-07-03Fix #182 - Add support for lintrw0rp
2017-07-03Fix #178 - Check Stylus files with stylelintw0rp
2017-06-28Add prettier-standard support (#702)Adam Stankiewicz
* Add prettier-standard support * Update ale-javascript.txt Remove a duplicated header line.
2017-06-25Explain how to use the airline extension betterw0rp
2017-06-24Add clangcheck Linter to cpp (#686)Gagbo
Add a clangcheck linter
2017-06-20Fix #668 - Support eslint for TypeScriptw0rp
2017-06-18#659 - Add options for Python fixers, and cut down on duplicated documentationw0rp
2017-06-14Add fusion-lint, documentation, and tests (#648)Ryan
* Add `fusion-lint` for first FusionScript linter * Add documentation over `fusion-lint` * Add tests for `fusion-lint` command callback
2017-06-13Document the tsserver linterw0rp
2017-06-08Support for GNU Awk linting (#638)Mark Korondi
* GNU Awk linter support * Documentation for awk linter
2017-06-03Document that prettier and prettier-eslint are supportedw0rp
2017-06-02Add ktlint support (without formatting) for kotlin filetype (#610)Francis Agyapong
* Add ktlint support (without formatting) for kotlin filetype * Fix code style and refactor to use ALE utility functions (GetMatches) * Remove options for configuration file * Refactor: Rename exec variable and use ale#Set for variable configuration
2017-06-02Merge pull request #614 from epilande/masterw0rp
✏️ Fix link to stylelint styled-components
2017-06-02Suggest :ALELint instead of ale#Lint()Adriaan Zonnenberg
2017-06-02:pencil2: Fix link to stylelint styled-componentsEmmanuel Pilande
2017-05-25Fix the Count example in the READMEw0rp
2017-05-24#323 Document how to output ALE statusesw0rp
2017-05-20Document ALEFixw0rp
2017-05-20add clang for objc and objcppQusic
2017-05-18Add xmllint linter (#559)q12321q
* Add xmllint linter for xml
2017-05-16Add cpplint linterDawid Kurek
2017-05-15Merge pull request #551 from meunierd/add-checkstyle-linterw0rp
Add checkstyle linter
2017-05-15Add checkstyle linterDevon Meunier
2017-05-15Haskell: add ghc-mod linterwisut hantanong
2017-05-05[RFC] Add Brakeman for Ruby on Rails (references #385) (#509)Eddie Lebow
* Add brakeman for Ruby on Rails
2017-05-03Fix #530 - Fix LaTeX and TeX duplicate entries in documentationw0rp
2017-05-02Add kotlinc checker for kotlin (#526)Francis Agyapong
* Add kotlinc checker for kotlin
2017-05-01Glue for Vale (#522)Robert J
Add Vale linter definitions
2017-04-27add xo reference for javascript linters on readmeDaniel Dantas
2017-04-26Create reasonml merlin linterJacob Bass
copy @andreypopp 's ocaml merlin linter from this project into reason
2017-04-25Update READMEAdelar da Silva Queiróz
2017-04-25Add erb linter (#497)Matthias Günther
* Add eruby linter * Update README with erb linter * Fix example and contributions * Remove trailing newline * Fix for Vimscript style guide * Eruby-linter: codereview with @w0rp - read from stderro output_stream * Eruby-linter: codereview => add handler for ruby * Eruby-linter: codereview - eruby and ruby lint use the same ruby-handler (removes duplicated handling logic) * Eruby-linter: try to fix tests
2017-04-20Disable rpmlint by default (#492)Jason Tibbitts
* Disable rpmlint by default as it is not safe.
2017-04-20Mention the IRC channel in the READMEw0rp
2017-04-20Add the Reek checker for Ruby. (#490)Eddie Lebow
Add the Reek checker for Ruby.
2017-04-19Add rpm spec file linter (rpmlint) (#486)Jason Tibbitts
* Initial attempt at an rpmlint linter. * Add some basic documentation. * Play with indentation in the test file. * Another attempt to fix the rpmlint test. * Hopefully this does it.
2017-04-17Fix link to cppcheckJonathan Emord