Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-17 | Run ESLint from project root dir where possible | Kevin Locke | |
ESLint 6 loads all plugins/configs/parsers relative to the project root which, by default, is the directory in which ESLint is invoked, as described in [ESLint RFC 2018-simplified-package-loading]. Therefore, ALE should run ESLint from the project root, when possible, so that dependencies will load. This commit does so. [ESLint RFC 2018-simplified-package-loading]: https://github.com/eslint/rfcs/blob/master/designs/2018-simplified-package-loading/README.md Fixes: #2787 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-11-26 | Fix 2891 - eslint not showing errors. | Horacio Sanson | |
ESLint errors are contained in an array that can contain different stuff other than JSON error messages. This patch iterates over the whole array ignoring any non-json data. | |||
2019-11-15 | Merge pull request #2847 from DonnieWest/allowUserToCustomizeItems | w0rp | |
Allow user to customize items | |||
2019-11-14 | Clean up the nimpretty code | w0rp | |
2019-11-14 | Merge pull request #2660 from YPCrumble/master | w0rp | |
Add StandardJS linter for TypeScript | |||
2019-11-09 | add nimpretty fixer | Bùi Thành Nhân | |
2019-11-08 | Fix typo | Donnie West | |
2019-11-08 | Allow the user to set their own completion values | Donnie West | |
2019-11-07 | Switch from style to transformers (#2838) | Thibault Vatter | |
* Switch to transformers for styler * Adapt unit test too | |||
2019-11-07 | Fix a test failing in AppVeyor | w0rp | |
2019-11-07 | Merge pull request #2887 from tamago324/add-nimcheck-end_col-options | w0rp | |
Add nimcheck end_col options | |||
2019-11-07 | Revert "Add definition of c/clangd's language as C (#2791)" | w0rp | |
This reverts commit f4070f6c43b3cb2e7463d8426a68d5a726991288. | |||
2019-11-07 | Merge pull request #2617 from robindar/master | w0rp | |
Fix crystal-lang non file-tied message handling | |||
2019-11-07 | Add nimcheck end_col options | tamago324 | |
nimcheck | |||
2019-10-29 | Merge pull request #2690 from iclanzan/purty | w0rp | |
Add purty fixer for PureScript | |||
2019-10-29 | Merge pull request #2819 from greg0ire/psalm_extra_options | w0rp | |
Add the possiblity to add extra psalm options | |||
2019-10-28 | Fix the test issues with html-beautify | w0rp | |
2019-10-28 | Add support for html-beautify (#2788) | Hugo Osvaldo Barrera | |
* Add support for html-beautify * Add html-beautify to the list of supported tools * Update docs | |||
2019-10-28 | fixers/stylelint: enhance `stylelint` fixer (#2745) | Charlie Johnson | |
* Refactor stylelint fixer test * Support additional stylelint fixer options * Support changing working directory for stylelint fixer * Force css syntax for stylelint fixer | |||
2019-10-28 | Merge pull request #2700 from elebow/clangcheck-no-color-diagnostics | w0rp | |
clangcheck: Add -fno-color-diagnostics (closes #2188) | |||
2019-10-21 | Remove standardts fixer in favor of allowing standard.vim fixer to handle ↵ | Ian Campbell | |
JavaScript or TypeScript options. | |||
2019-10-21 | Add StandardJS for TypeScript linting and fixing. | Ian Campbell | |
2019-10-21 | Fix #2835 - Bump up the sign group version check for NeoVim | w0rp | |
2019-10-18 | Adding support for LSP `window/showMessage` method (#2652) | Andre Souto | |
* Added base handling for window/showMessage * Ignoring severity log * Code formatting * Added user configurable severity * Preferring ale#util#ShowMessage over echo'ing directly * Using format similar to ale_echo_msg_format for consistency * Updating docs * Added LSP log config string; improved tests * Use warning as fallback for incorrect user config | |||
2019-10-18 | Merge pull request #2845 from DonnieWest/fixItemDetailsOnEmptySource | w0rp | |
Fix tsserver not returning details for items with empty source | |||
2019-10-17 | Fix tsserver not returning details for items with empty source | Donnie West | |
2019-10-17 | Allow code actions to work on callback based sources | Donnie West | |
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-11 | Fix crystal-lang non file-tied message handling | David A. R. Robin | |
Some messages of the crystal compiler are not tied to a file. This causes a 'Key not present in Dictionnary' error (E716). For the record, the json output on ```require "./nonexistent.cr"``` is the following : ```json [ { "file":"/tmp/file.cr", "line":1, "column":1, "size":0, "message":"while requiring \"./nonexistent.cr\"" }, { "message":"can't find file './nonexistent.cr' relative to '/tmp'" } ] ``` The second message does not have line/column attributes. | |||
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 | Add the possiblity to add extra psalm options | Grégoire Paris | |
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-26 | clangcheck: Add -fno-color-diagnostics | Eddie Lebow | |
Also change to the modern --extra-arg syntax. | |||
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 |