Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-18 | Update the summary in the README for fixing and completion support | w0rp | |
2017-08-18 | Document completion support for ALE, and expand the fixer documentation a little | w0rp | |
2017-08-14 | Change the help file heading for clarification | w0rp | |
2017-08-10 | Add linter for Idris (#838) | Scott Bonds | |
* Add linter for Idris * Fix parsing warnings and column ranges in Idris linter * Make Idris linter configurable. Fix help tag. | |||
2017-08-09 | Add support for SwiftFormat as a fixer | Gordon Fontenot | |
SwiftFormat is a tool that can be used to format Swift files. This commit adds support for using SwiftFormat as a fixer from ALE. It looks for executables in the Pods directory, then the Pods directory for a React Native project, then finally falls back to the globally installed instance if neither of those were found. https://github.com/nicklockwood/SwiftFormat | |||
2017-08-09 | Fix link for SwiftLint | Gordon Fontenot | |
2017-08-07 | Document the PHP langserver integration | w0rp | |
2017-08-07 | Document the rls linter | w0rp | |
2017-08-02 | Add Tcl nagelfar linter | Nick James | |
2017-07-20 | Update the installation notes for the standard package management sysytem so ↵ | w0rp | |
helptag generation will actually work | |||
2017-07-19 | Fix heading levels | w0rp | |
2017-07-19 | Fix #573 - Update the README to recommend installing via the built-in ↵ | w0rp | |
package system | |||
2017-07-18 | Fix #308 - Check Dart files with dartanalyzer | w0rp | |
2017-07-17 | Add yaml swaglint linter (#771) | Matthew Turland | |
* Add yaml swaglint linter | |||
2017-07-16 | Merge pull request #774 from dmitrivereshchagin/syntaxerl-linter | w0rp | |
Add SyntaxErl linter | |||
2017-07-16 | Added phpstan linter for php. (#772) | Ardis | |
* Added phpstan linter for php. | |||
2017-07-16 | Add SyntaxErl linter | Dmitri Vereshchagin | |
These changes add [SyntaxErl][1] integration. SyntaxErl is a syntax checker tool for Erlang. [1]: https://github.com/ten0s/syntaxerl | |||
2017-07-13 | Add 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-12 | Add 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-09 | Add 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-03 | Fix #182 - Add support for lintr | w0rp | |
2017-07-03 | Fix #178 - Check Stylus files with stylelint | w0rp | |
2017-06-28 | Add prettier-standard support (#702) | Adam Stankiewicz | |
* Add prettier-standard support * Update ale-javascript.txt Remove a duplicated header line. | |||
2017-06-25 | Explain how to use the airline extension better | w0rp | |
2017-06-24 | Add clangcheck Linter to cpp (#686) | Gagbo | |
Add a clangcheck linter | |||
2017-06-20 | Fix #668 - Support eslint for TypeScript | w0rp | |
2017-06-18 | #659 - Add options for Python fixers, and cut down on duplicated documentation | w0rp | |
2017-06-14 | Add 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-13 | Document the tsserver linter | w0rp | |
2017-06-08 | Support for GNU Awk linting (#638) | Mark Korondi | |
* GNU Awk linter support * Documentation for awk linter | |||
2017-06-03 | Document that prettier and prettier-eslint are supported | w0rp | |
2017-06-02 | Add 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-02 | Merge pull request #614 from epilande/master | w0rp | |
✏️ Fix link to stylelint styled-components | |||
2017-06-02 | Suggest :ALELint instead of ale#Lint() | Adriaan Zonnenberg | |
2017-06-02 | :pencil2: Fix link to stylelint styled-components | Emmanuel Pilande | |
2017-05-25 | Fix the Count example in the README | w0rp | |
2017-05-24 | #323 Document how to output ALE statuses | w0rp | |
2017-05-20 | Document ALEFix | w0rp | |
2017-05-20 | add clang for objc and objcpp | Qusic | |
2017-05-18 | Add xmllint linter (#559) | q12321q | |
* Add xmllint linter for xml | |||
2017-05-16 | Add cpplint linter | Dawid Kurek | |
2017-05-15 | Merge pull request #551 from meunierd/add-checkstyle-linter | w0rp | |
Add checkstyle linter | |||
2017-05-15 | Add checkstyle linter | Devon Meunier | |
2017-05-15 | Haskell: add ghc-mod linter | wisut hantanong | |
2017-05-05 | [RFC] Add Brakeman for Ruby on Rails (references #385) (#509) | Eddie Lebow | |
* Add brakeman for Ruby on Rails | |||
2017-05-03 | Fix #530 - Fix LaTeX and TeX duplicate entries in documentation | w0rp | |
2017-05-02 | Add kotlinc checker for kotlin (#526) | Francis Agyapong | |
* Add kotlinc checker for kotlin | |||
2017-05-01 | Glue for Vale (#522) | Robert J | |
Add Vale linter definitions | |||
2017-04-27 | add xo reference for javascript linters on readme | Daniel Dantas | |
2017-04-26 | Create reasonml merlin linter | Jacob Bass | |
copy @andreypopp 's ocaml merlin linter from this project into reason |