Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-17 | Merge remote-tracking branch 'murfalo/clangd-compile-commands' | w0rp | |
2019-10-17 | Add support for nimlsp (#2815) | Jerko Steiner | |
* Add support for nimlsp.vim * Add test and docs for nimlsp * Add nimlsp to supported-tools.md * Add nimlsp to doc/ale-supported-languages-and-tools.txt | |||
2019-10-17 | Add definition of c/clangd's language as C (#2791) | João Borges | |
* Add definition of c/clangd's language as C * Update tests for clangd to be called with '-x c' * Change to use single quotes instead of double quotes | |||
2019-10-16 | Bump the ALE versionv2.6.0 | w0rp | |
2019-10-09 | Suboptimal fix to prevent variables from leaking out of new clangd test | Murfalo | |
2019-10-09 | Hopefully fixed issue with Windows paths | Murfalo | |
2019-10-09 | Added tests for clangd compile commands dectection | Murfalo | |
2019-10-09 | Fix #2821 - Fix the debride linter after merging older code | w0rp | |
2019-10-07 | fix tflint handler for 0.11+ (#2775) | Jérôme Foray | |
* fix tflint handler for 0.11+ * fixup! fix tflint handler for 0.11+ * maintain compatibility with previous tflint output format * fixup! maintain compatibility with previous tflint output format * Add comment about tflint's output format accross versions | |||
2019-10-07 | Merge pull request #2813 from werneta/master | w0rp | |
Update vlog parser to handle new output format | |||
2019-10-07 | Merge pull request #2771 from gpanders/master | w0rp | |
Use Makefile output with clang-tidy when useful | |||
2019-10-07 | Merge pull request #2735 from zoonfafer/scala-metals | w0rp | |
Add linter for Scala Metals | |||
2019-10-07 | Merge pull request #2676 from davidtwco/nixfmt-fixer | w0rp | |
Add nixpkgs-fmt fixer. | |||
2019-10-07 | Merge pull request #2659 from greg0ire/psalm-language-server-option | w0rp | |
Use the psalm executable with the LS option | |||
2019-10-07 | Merge pull request #2694 from elebow/add-ruby-debride | w0rp | |
Add ruby debride (closes #2471) | |||
2019-10-06 | Add tests for clangtidy with Makefile | Greg Anders | |
2019-10-05 | Add test for new vlog format | Thomas A. Werne | |
2019-10-04 | Fix sign parser to be language independent. | Horacio Sanson | |
2019-09-25 | 569 support vim sign group and priority (#2786) | Horacio Sanson | |
* Use sign-group only on supported vim versions. The sign-group feature is only available in nvim 0.4.0 and vim 8.1.614. * Add priority to ALE signs. This allows users to set a priority to ALE signs to take precedence over other plugin signs. | |||
2019-09-22 | Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp | w0rp | |
Add support for ink-language-server | |||
2019-09-20 | Merge pull request #2691 from elebow/mdl-use-json-output | w0rp | |
mdl: Use JSON output instead of parsing text | |||
2019-09-20 | Fix #2744 - Make ALEFix work when only casing is changed | w0rp | |
2019-09-20 | Show description of autoimport action for tsserver | Jerko Steiner | |
2019-09-19 | Close #2764 - Support the new React filetypes with aliases | w0rp | |
2019-09-19 | Document and test solc | w0rp | |
2019-09-19 | Add support for `solc` Solidity compiler (#2648) | Karl Bartel | |
* Add support for `solc` Solidity compiler * Set default value for `solidity_solc_options` * Add test for solc handler | |||
2019-09-12 | Merge pull request #2693 from elebow/chmod-remove-x | w0rp | |
Remove +x bit from some files that don't need it. | |||
2019-09-12 | Merge pull request #2696 from elebow/update-test-docs-for-linter-lists | w0rp | |
Update test docs and output for linter tables checked | |||
2019-09-12 | feat: support sqlformat. (#2702) | Cluas | |
* feat: support sqlformat. | |||
2019-09-12 | Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto ↵ | Jerko Steiner | |
import support (tsserver) (#2709) This commit adds support for renaming symbols in tsserver and with LSP tools, and for organising imports with tsserver. Completion results for symbols that can be imported are now suggested if enabled for tsserver completion done via ALE. | |||
2019-09-12 | languagetools: stop auto-appending --autoDetect (#2616) | Samuel Roeca | |
Options are now configurable for languagetools, and `--autoDetect` can be removed by changing the options. | |||
2019-09-12 | Merge pull request #2741 from zoonfafer/shell | w0rp | |
linter/sh: Improve parsing of error messages in different locales | |||
2019-09-10 | dfmt support (#2662) | theoremoon | |
* Add support for `dfmt` | |||
2019-09-01 | Add g:ale_sign_highlight_linenr (#2678) | BlahGeek | |
* add g:ale_sign_highlight_linenr * Fix tests. Change option default value * Rename ale_sign_highlight_linenr to ale_sign_highlight_linenrs * Default ale_sign_highlight_linenrs to 0 | |||
2019-09-01 | Fix tests so they work with new NeoVim highlight code | w0rp | |
2019-09-01 | Merge pull request #2638 from frangio/nvim-highlight | w0rp | |
Use Neovim API for highlights when available | |||
2019-08-31 | linter/sh: Improve parsing of error messages in different locales | Jeffrey Lau | |
Fixes #2687 | |||
2019-08-31 | Add linter for Scala Metals | Jeffrey Lau | |
https://scalameta.org/metals/ | |||
2019-08-26 | Add nixpkgs-fmt fixer. | David Wood | |
This commit adds a fixer for the Nix language, nixpkgs-fmt (https://github.com/nix-community/nixpkgs-fmt). | |||
2019-08-18 | mdl: Use JSON output instead of parsing text | Eddie Lebow | |
Also add test coverage for the mdl handler. | |||
2019-08-18 | Merge remote-tracking branch 'AlexeiDrake/master' into ↵ | w0rp | |
bugfix/c-lsp-build-dir-settings | |||
2019-08-18 | Merge pull request #2677 from davidtwco/check-toc-test-failure | w0rp | |
Remove `/bin/ls` assumption from check-toc test. | |||
2019-08-18 | Black fixer should include --pyi for files with .pyi extension (#2705) | richyfish | |
* black fixer should include --pyi for files with .pyi extension | |||
2019-08-18 | Merge pull request #2631 from timlag1305/feat/ada-gnatpp | w0rp | |
Add gnatpp fixer for Ada | |||
2019-08-17 | Fix cflags parsing (#2510, #2265) (#2590) | fx-carton | |
* Parse CFLAGS that can be passed using a whitelist I went through GCC's man page and selected flags that can safely be passed to GCC and that can be useful to syntax checking. These include: - -I/-i* include flags - preprocessor flags such as -D - -W* warning flags - -O* optimization flags - most -f options - -m arch dependent options * Fix CFLAGS tests: -Idir is now parsed to -I dir * Added two tests for flags we want or don't want to pass. * Also check for / in addition to s:sep | |||
2019-08-17 | Add asyncomplete.vim Support (#2627) | Donnie West | |
2019-08-13 | Update test docs and output for linter tables checked | Eddie Lebow | |
This makes some of the run-test output less misleading. Also fix a minor shellcheck issue: "\*" and "\\*" are equivalent, but the second one makes clear that the literal backslash is intentional. | |||
2019-08-13 | debride: Add debride linter (closes #2471) | Eddie Lebow | |
2019-08-13 | Remove +x bit from some files that don't need it. | Eddie Lebow | |
2019-08-12 | aleinfo global options (#2686) | richyfish | |
* added omitted global variables which was breaking this test when run standalone * invert logic for s:GetLinterVariables excluding disabled linters, so that linter global options can appear in output * additional tests for s:GetLinterVariables for linter global options |