Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-08 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-08 | Merge pull request #3386 from ivorpeles/master | Horacio Sanson | |
Make isort fixer recognize auto_pipenv flag | |||
2021-01-06 | Merge pull request #3390 from benknoble/fix-dafny-filename | Horacio Sanson | |
dafny: include correct filename in lint results | |||
2021-01-05 | Merge pull request #3491 from Poulpatine/salt-lint | Horacio Sanson | |
Add salt-lint support | |||
2021-01-05 | Merge pull request #3517 from ttys3/master | Horacio Sanson | |
fix: proper initialization options call in php intelephense | |||
2021-01-04 | fix: proper initialization options call in php intelephense | ttys3 | |
2021-01-04 | Merge branch 'master' of https://github.com/dense-analysis/ale into dhall | toastal | |
2021-01-01 | Exclude grandfathered-in non-snakecased lints | Kevin Clark | |
Prior to #3448, several linters should have been failing the custom-checks that look for non-snake-cased lint names. They weren't, but now the bug that hid those is fixed. So to avoid breaking users, we just exclude those from the check. Linters excluded: * clojure/clj_kondo.vim * elixir/elixir_ls.vim * go/golangci_lint.vim * swift/swiftformat.vim | |||
2021-01-01 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-12-28 | Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32 | Horacio Sanson | |
Fix checkstyle regexp pattern to work correctly in NVim on Windows | |||
2020-12-23 | Add linter for Inko | Yorick Peterse | |
This adds a linter for Inko (https://inko-lang.org/). The linter makes use of Inko's own compiler, and a newly introduced --check flag to only check for errors; instead of also compiling source code. | |||
2020-12-21 | Add tests for -imacros C flag | Manoel Brunnen | |
2020-12-21 | merging master | toastal | |
2020-12-18 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-12-17 | Add salt-lint support | Benjamin Binier | |
2020-12-16 | Merge pull request #3403 from will/sorbetwatchman | Horacio Sanson | |
Add Ruby sorbet option to enable watchman | |||
2020-12-12 | Fix test space bug | Andrea Conti | |
2020-12-12 | Fix space error in string concat | Andrea Conti | |
2020-12-12 | Update Julia language server run command | Andrea Conti | |
2020-12-05 | codefix: Fix LSP MenuCallback invocation (E119, not enough args) | Tomas Janousek | |
2020-12-04 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-30 | fix blank line issue (???) | D. Ben Knoble | |
2020-11-30 | Merge remote-tracking branch 'origin/master' into fix-swipl | D. Ben Knoble | |
* origin/master: (40 commits) fix: correct suggested filetype for yamlfix feat: add yamlfix fixer Use _config for LSP config options Add support for R languageserver (#3370) Fix 3103 - add shellcheck shell directive detection. (#3216) Added the Vundle command in installation instructions (#3400) Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291) Add php phpcbf options (#3383) Use has('gui_running') instead of has('gui') Close #2727 - Add a hover-only setting for balloons Fix #3332 - Modify everything for rename/actions Add a missing blank line in documentation Add luafmt fixer (#3289) #3442 Fix code fix clangd issue Close #1466 - Add GVIM refactor menu support Look for node packages in .yarn/sdks as well Update documentation for code actions and rename cmp forwards, and reverse the code actions Support for LSP/tsserver Code Actions (#3437) Move the test for buffer-local variables ... | |||
2020-11-30 | add tests | D. Ben Knoble | |
2020-11-30 | dafny: add a timeLimit option and message-parsing | D. Ben Knoble | |
2020-11-29 | hadolint: Recognize message type | Moritz Röhrich | |
Hadolint is in the process of adding the severity of a lint rule to the commandline output: https://github.com/hadolint/hadolint/pull/501 This change utilizes that to show the severity in vim. | |||
2020-11-29 | Merge pull request #3381 from andreypopp/gofmt-stding-stdout | Horacio Sanson | |
Use stdin/stdout to communicate with gofmt | |||
2020-11-28 | Restore ls -v flag to check-toc | Kevin Clark | |
2020-11-28 | Restore use of grep in check-toc | Kevin Clark | |
2020-11-28 | Use akevinclark/ale for the updated docker image | Kevin Clark | |
2020-11-28 | Use docker image for custom-check scripts | Kevin Clark | |
NOTE: The custom-linting-rules test fails due to the following (legit) warnings: ale_linters/clojure/clj_kondo.vim:29 Use snake_case names for linters ale_linters/elixir/elixir_ls.vim:15 Use snake_case names for linters ale_linters/go/golangci_lint.vim:54 Use snake_case names for linters ale_linters/swift/swiftformat.vim:56 Use snake_case names for linters The message wasn't getting printed because docker was explicitly only being asked to connect stdout (ignoring stderr). Unclear yet why the error code wasn't getting bubbled up. | |||
2020-11-28 | Fix test/script/check-supported-tools-tables | Kevin Clark | |
2020-11-28 | Fix TOC tests | Kevin Clark | |
Sort order is slightly different than the headings | |||
2020-11-28 | Add non-busybox grep/sed to Dockerfile | Kevin Clark | |
Tests need extended regexes from sed and --exclude from grep. | |||
2020-11-27 | Fix check-supported-tools-tables check | Kevin Clark | |
sed wasn't using -E, so '|' wasn't being handled properly. Seems likely that's sed-implementation specific, so now it runs through docker's sed to support portability. | |||
2020-11-27 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-27 | Merge pull request #3461 from lyz-code/feat/add-yamlfixer | Horacio Sanson | |
feat: add yamlfix fixer | |||
2020-11-26 | Fix regexp pattern to work correctly in nvim and vim on windows and linux | fwy | |
2020-11-26 | fix: correct suggested filetype for yamlfix | Lyz | |
2020-11-25 | Use better string comparison operators in isort fixer | Ivor Peles | |
2020-11-25 | Ensure isort / pipenv test conforms to ALE coding standards | Ivor Peles | |
2020-11-25 | Fix comparison operator | Ivor Peles | |
2020-11-25 | feat: add yamlfix fixer | Lyz | |
2020-11-23 | refactor: Move test to the right file | Gonzalo Quero | |
2020-11-23 | fix: Use proper CdPath function in test | Gonzalo Quero | |
2020-11-23 | chore: Document config_file variable | Gonzalo Quero | |
2020-11-23 | chore: Add Elixir Credo tests | Gonzalo Quero | |
2020-11-23 | feat: Add optional configuration file for Credo | Gonzalo Quero | |
2020-11-21 | Ignore executable check when executable is pipenv | Ivor Peles | |
2020-11-21 | Add test for isort with auto_pipenv flag(s) | Ivor Peles | |