Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-19 | Merge pull request #1272 from Codezerker/master | w0rp | |
Add a luac linter for Lua | |||
2018-01-16 | [eruby] Add erubi linter | Eddie Lebow | |
Erubi is yet another parser for eRuby. This is the default parser in Rails as of version 5.1. It supports some additional syntax with similar behavior to Rails' extensions to the language, though incompatible. Rails currently still recommends their own syntax, so GetCommand still has to do the translation introduced in https://github.com/w0rp/ale/pull/1114 . Erubi does not supply an executable—It is intended to be invoked only from within a Ruby program. In this case, a one-liner on the command line. | |||
2018-01-15 | Enable prettier to format markdown files | rhysd | |
2018-01-12 | Show only the master status for AppVeyor | w0rp | |
2018-01-08 | Add a luac linter for Lua | jiangzhi.xie | |
2018-01-07 | Go: Add gotype support (#1099) | Jelte Fennema | |
2018-01-02 | Merge pull request #1252 from nthapaliya/fish-shell-linter | w0rp | |
Fish shell linter | |||
2018-01-02 | Merge branch 'add-fountain-proselint-support' | w0rp | |
2017-12-26 | Edit README and help | Niraj Thapaliya | |
2017-12-20 | Add support for linting git commit message files (#1233) | Nick Diego Yamane | |
2017-12-19 | Add Fountain and linter support information to README. | Jansen Mitchell | |
2017-12-18 | Make alex a file linter | Johannes Wienke | |
alex does not find its configuration file when using temporary files for input. | |||
2017-12-18 | Indicate that 4.2.0 is no longer strictly required for prettier-eslint, and ↵ | w0rp | |
add links for prettier-eslint and prettier-standard | |||
2017-12-18 | Sort the list of supported tools and add vale to more languages | w0rp | |
2017-12-17 | Merge pull request #1220 from languitar/linter-alex | w0rp | |
Add a linter for alex | |||
2017-12-17 | Merge pull request #1203 from Carpetsmoker/autocmd-start | w0rp | |
Add ALEStartLint autocmd | |||
2017-12-13 | Add a linter for alex | Johannes Wienke | |
https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc. | |||
2017-12-10 | Run before lint cycle, rename autocmds | Martin Tournoij | |
2017-12-09 | add google-java-format fixer | butlerx | |
2017-12-07 | Merge pull request #1174 from ↵ | w0rp | |
eborden/eborden/add-brittany-for-haskell-formatting Add brittany for Haskell formatting | |||
2017-12-07 | Merge pull request #1192 from fvictorio/add-solhint-support | w0rp | |
Add solhint support | |||
2017-12-07 | Add ALEStartLint autocmd | Martin Tournoij | |
This grew out of my work in #1193; to ensure the statusline was being updated I had to add: fun! s:redraw(timer) redrawstatus endfun augroup ALEProgress autocmd! autocmd BufWritePost * call timer_start(100, function('s:redraw')) autocmd User ALELint redrawstatus augroup end Which kind of works, but is ugly. With this, I can replace the `BufWritePost` with: autocmd User ALEStartLint redrawstatus Which is much better, IMHO. Actually, this patch actually replaces adding a function, since you can do: augroup ALEProgress autocmd! autocmd User ALEStartLint hi Statusline ctermfg=darkgrey autocmd User ALELint hi Statusline ctermfg=NONE augroup end or: let s:ale_running = 0 let l:stl .= '%{s:ale_running ? "[linting]" : ""}' augroup ALEProgress autocmd! autocmd User ALEStartLint let s:ale_running = 1 | redrawstatus autocmd User ALELint let s:ale_running = 0 | redrawstatus augroup end Both seem to work very well in my testing. No need to `ale#Statusline#IsRunning()` anymore, I think? | |||
2017-12-04 | Update documentation | Franco Victorio | |
2017-12-01 | Add glslls (#1179) | Sven-Hendrik Haase | |
* Add glslls-based LSP linter * Make logfile configureable | |||
2017-12-01 | Add prospector for checking Python code (#1183) | Carlos Coêlho | |
2017-11-28 | Add brittany for Haskell formatting | Evan Rutledge Borden | |
`brittany` is one of the options for Haskell source formatting. This adds the necessary fixer files and documentation to support `brittany` in `ALE`. | |||
2017-11-27 | Add support for linting GraphQL with ESLint | Benjie Gillam | |
2017-11-26 | Add go to definition to the README | w0rp | |
2017-11-20 | Add `drafter` for checking API Blueprint files (#1152) | Shogo NAMEKI | |
2017-11-19 | Fix a typo | w0rp | |
2017-11-19 | Add an FAQ entry explaining how to configure ALE for different buffers. | w0rp | |
2017-11-18 | Add an FAQ entry explaining how to configure C or C++ projects | w0rp | |
2017-11-17 | add redpen as text linter | rhysd | |
2017-11-17 | redpen support for asciidoc, reST, LaTeX and Re:VIEW | rhysd | |
2017-11-16 | Merge pull request #1133 from nicwest/linter-clj-joker | w0rp | |
add joker handler for clojure | |||
2017-11-16 | add tests and doc for redpen support | rhysd | |
2017-11-15 | add joker handler for clojure | Nic West | |
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040 | |||
2017-11-14 | Added support for goimports fixer (#1123) | Jeff Willette | |
* Added support for goimports fixer * added test and executable check * fixed test assertions to reflect executable check | |||
2017-11-12 | Sort some linter entries alphabetically | w0rp | |
2017-11-12 | Fix #510 Support checking LESS files with stylelint | w0rp | |
2017-11-12 | Add ocaml-language-server for OCaml and ReasonML | Michael Jungo | |
2017-11-12 | Add rstcheck linter to check for errors in restructured text (#1090) | jnduli | |
2017-11-12 | #1098 Add protoc-gen-lint to the list of supported tools | w0rp | |
2017-11-09 | Add support for linting less files with lessc | Marcus Zanona | |
2017-11-08 | Add PyLS linter (#1097) | Auri | |
* Support PyLS (python language server) * Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot | |||
2017-11-07 | README: denote that 'Dafny' linter checks files | Taylor Blau | |
2017-11-07 | ale_linters: add 'dafny' linter | Taylor Blau | |
2017-11-07 | Update doc and README for Dart LSP | aurieh | |
2017-11-06 | Add example for changing highlight color | Dusan Orlovic | |
Added example on how to actually change the color. Related to #1077 | |||
2017-11-05 | Add shfmt fixer for sh files (#1083) | Simon Bugert | |
* Add shfmt fixer for sh files * Add tests for shfmt fixer |