Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |
2019-04-23 | Add a fixer for r based on the styler package (#2401) | Thibault Vatter | |
* Add styler as a new fixer for R files * Add to the list of supported tools * Add documentation | |||
2019-04-19 | Add support for Vim's tagstack to ALEGoToDefinition | Reed Riley | |
fixes 1236 | |||
2019-04-18 | Add g:ale_sh_shellcheck_change_directory | Fletcher Nichol | |
2019-04-17 | Documentation: ale-java eclipselsp customization | Julio | |
See also https://github.com/w0rp/ale/pull/2121 | |||
2019-04-16 | Fix #1930 - Finish ale_fix_on_save_ignore | w0rp | |
* Implementation had a bug * Documentation added * Tests added | |||
2019-04-14 | Add floskell for Haskell formatting | Rob Looby | |
2019-04-13 | Add support for latexindent (#2387) | Riley Martine | |
2019-04-13 | Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-ls | w0rp | |
WIP Fix 1996 - Add eclipse LSP support. | |||
2019-04-13 | Merge pull request #2394 from harttle/master | w0rp | |
feat: fecs support for js/html/css lint and format | |||
2019-04-13 | Linter for powershell syntax errors (#2413) | Jesse Harris | |
* Linter for powershell syntax errors | |||
2019-04-11 | change default value of ale_rust_rls_toolchain and update documentation | robertking | |
2019-04-11 | style: fecs related doc and vim scripts | Jun Yang | |
2019-04-11 | feat: fecs support for js/html/css lint and format | harttle | |
`fecs` is a lint tool for HTML/CSS/JavaScript, see http://fecs.baidu.com for more options. | |||
2019-04-11 | Fix 1996 - Add eclipse LSP support. | Horacio Sanson | |
2019-04-10 | Add a linter for clojure using clj-kondo (#2377) | Masashi Iizuka | |
2019-04-10 | Close #2179 - Add support for gopls | w0rp | |
2019-04-10 | Adding new linter "cookstyle" for chef recipes (Issue #1187) (#2362) | Raphael Hoegger | |
2019-04-08 | [doc] Add swift support documentation (#2426) | Dan Loman | |
* [doc] Add swift support documentation * [doc] Add swift bullets in main help file * [doc] Add to supported languages and tools txt file as well * Ensure same name styling for help/readme files | |||
2019-04-07 | Document ale#Hasv2.4.0 | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2019-04-02 | Add pyflakes to the Vim help file too | w0rp | |
2019-04-02 | Sort the documented options | w0rp | |
2019-03-30 | Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP | rhysd | |
2019-03-29 | Fix the table of contents | w0rp | |
2019-03-29 | PSScriptAnalyzer (#2370) | Jesse Harris | |
* Added psscriptanalyzer * Added exclusions and documentation * Added PSScriptAnalyzer handler test | |||
2019-03-29 | #2397 - disable elixir-ls by default, which can be CPU hungry | w0rp | |
2019-03-25 | Merge pull request #2363 from davidsierradz/master | w0rp | |
support jsonlint local executable | |||
2019-03-21 | Add support for elm-lsp | Antew | |
2019-03-15 | support jsonlint local executable | davidsierradz | |
2019-03-11 | make options for credo configurable (#2337) | Adam Trepanier | |
* Add credo --strict option If a user sets 'let g:ale_elixir_credo_strict=1' it will run credo with --strict instead of suggest. The default (0) is to run as suggest. * Added credo docs | |||
2019-03-09 | Update documentation for languagetool | w0rp | |
2019-03-08 | Merge pull request #2327 from akshit-sharma/master | w0rp | |
clang-format supported with nvcc (cuda files) | |||
2019-03-08 | Fix #2326 - ALEComplete no longer replaces completeopt | w0rp | |
2019-03-05 | #2132 - Document ale#command#Run | w0rp | |
2019-03-05 | Add lsp_config support for rls (#2332) | Nathan Henrie | |
* Add lsp_config for rls * Add working config example and test | |||
2019-03-02 | fixed mismatched ToC and heading | akshit-sharma | |
2019-03-02 | clang-format supported with nvcc (cuda files) | akshit-sharma | |
2019-02-22 | Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" | w0rp | |
This reverts commit f1ed654ca5318de5a24b37d882e55e04e4e566c8. | |||
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2019-02-22 | #2132 - Implement project_root as a replacement for project_root_callback | w0rp | |
2019-02-22 | #2132 - Make most foo_callback options work as foo | w0rp | |
2019-02-21 | #2132 - Implement deferred command handling for linters | w0rp | |
2019-02-20 | Merge pull request #2303 from kevinoid/bandit-use-config | w0rp | |
python/bandit: Use .bandit configuration file | |||
2019-02-20 | Merge pull request #2302 from kevinoid/pylint-cd-proj-root | w0rp | |
python/pylint: Change directory to project root | |||
2019-02-18 | Fix typo in ale.txt | mandreyel | |
2019-02-17 | python/bandit: Use .bandit configuration file | Kevin Locke | |
Bandit automatically [uses any .bandit file] within the directories on which it is invoked. Since ALE invokes bandit on stdin, it does not load a .bandit file automatically. Add support for automatically finding a .bandit file and passing it to bandit via the --ini option along with a variable to disable this behavior if desired. Note: This is useful for the skips and tests configuration options, but not exclude which would require invoking bandit using a file name, which may or may not be a good trade-off. [uses any .bandit file]: https://github.com/PyCQA/bandit/blob/1.5.1/bandit/cli/main.py#L70-L73 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-17 | python/pylint: Change directory to project root | Kevin Locke | |
Pylint only [checks for pylintrc] (and .pylintrc) files in the packages aboves its current directory before falling back to user and global pylintrc. For projects with a src dir, running pylint from the directory containing the file will not use the project pylintrc. Adopt the convention used by many other Python linters of running from the project root, which solves this issue. Add pylintrc and .pylintrc to FindProjectRoot. Update docs. [checks for pylintrc]: https://github.com/PyCQA/pylint/blob/pylint-2.2.2/pylint/config.py#L106 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-13 | Fix #2293 - Update linter option documentation | w0rp | |
* The README now points to a valid helptag for linter options. * The now very, very large part of the table of contents for linter and fixer options has been moved into a section so the initial table is smaller. * Special linter or fixer options now lie beneath the general linter or fixer options. | |||
2019-02-12 | Merge pull request #2291 from kevinoid/pylama-no-temp | w0rp | |
pylama: Use %s instead of %t |