Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-22 | Add semistandard to node_modules search. | Horacio Sanson | |
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 | Merge pull request #2736 from zoonfafer/doc-typos | w0rp | |
doc: Fix typos | |||
2019-09-20 | Close #2641 - Document how to add your own LSP linters | w0rp | |
2019-09-20 | Fix #2744 - Make ALEFix work when only casing is changed | w0rp | |
2019-09-20 | Merge pull request #2780 from jeremija/tsserver-autoimport-desc | w0rp | |
Show description of autoimport action for tsserver | |||
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 | Merge pull request #2653 from AntoineGagne/bugfix/bugged-plt-detection | w0rp | |
Fix bug with detection of the PLT in Erlang Dialyzer | |||
2019-09-19 | Fix #2711 - Fix writing to files on save | w0rp | |
2019-09-19 | Document and test solc | w0rp | |
2019-09-19 | `arguments` needs to be handled for `compile_commands.json` in addition to ↵ | Mo Zhonghua | |
`command` (#2123) * c linter: compatible with compile_commands.json without command field | |||
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-19 | Merge pull request #2770 from statquant/master | w0rp | |
Adding linting for rmd filetype (duplicate of rmarkdown) | |||
2019-09-14 | Adding linting for rmd filetype (duplicate of rmarkdown) | statquant | |
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 #2738 from Joshuao95/patch-1 | w0rp | |
Update irrelevant JSCS site link | |||
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 | Merge pull request #2695 from elebow/move-ruby-escape-executable | w0rp | |
Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutable | |||
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 | Limit the branches for branch builds for AppVeyor | w0rp | |
2019-09-12 | Limit the branches for Travis CI branch builds | w0rp | |
2019-09-12 | Merge pull request #2741 from zoonfafer/shell | w0rp | |
linter/sh: Improve parsing of error messages in different locales | |||
2019-09-11 | Fix #2760 - Ignore all errors for adding NeoVim highlights | w0rp | |
2019-09-10 | dfmt support (#2662) | theoremoon | |
* Add support for `dfmt` | |||
2019-09-04 | Elm language server params update | andys8 | |
* There is a new param 'elmAnalyseTrigger' (change|save|never) * Empty path default to let the language server search for binary | |||
2019-09-01 | Make help text clearer for line number highlights | w0rp | |
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-29 | Update irrelevant JSCS site link | Joshuao95 | |
jscs.info appears to have nothing to do with the linter, and just contains a blogpost about student debt. This appears to be the closest to canonical site for the project (although it's now merged with ESLint I suppose some still use it?) | |||
2019-08-28 | doc: Fix typos | Jeffrey Lau | |
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-19 | Remove texlab rust rewrite link | Kevin Lui | |
It seems like the texlab rust rewrite has completed so the link is now broken and not necessary. | |||
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 | Merge pull request #2701 from elebow/doc-elixir-linters-floppy_disk | w0rp | |
Add :floppy_disk: to dialyxir and dogma | |||
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 | Merge pull request #2706 from richyfish/2703_mypy_stderr | w0rp | |
mypy linter capture stderr for error reporting in ALEInfo | |||
2019-08-17 | Keep cursor position on screen when opening/closing lists (#2632) | Andre Souto | |
* Trying to keep win view from bouncing * Adjusting when views are saved and restored * Also restore view when closing quickfix * Don't restore view when opening list vertically | |||
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-15 | mypy linter capture stderr for error reporting in ALEInfo | Richard French | |
2019-08-15 | Add :floppy_disk: to dialyxir and dogma | Eddie Lebow | |