Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | use snake case for linter name | Atsuya Takagi | |
2021-01-23 | decide whether or not to run with config file based on the presence of ↵ | Atsuya Takagi | |
config filename value | |||
2021-01-23 | allow setting vala-lint executable | Atsuya Takagi | |
2021-01-23 | add a blank line before if statement | Atsuya Takagi | |
2021-01-23 | use ale#Set for setting default config variable values | Atsuya Takagi | |
2021-01-23 | support flags for enable/disable config | Atsuya Takagi | |
2021-01-23 | expect warn or error | Atsuya Takagi | |
2021-01-23 | find and use vala-lint config if exists | Atsuya Takagi | |
2021-01-23 | use the correct regex to match the escape sequences... | Atsuya Takagi | |
2021-01-23 | fix the wrong variable name | Atsuya Takagi | |
2021-01-23 | escape color sequences | Atsuya Takagi | |
2021-01-23 | test my hypotethis | Atsuya Takagi | |
2021-01-23 | specify a filename of the current buffer | Atsuya Takagi | |
2021-01-23 | be precise about output_stream | Atsuya Takagi | |
2021-01-23 | add initial files | Atsuya Takagi | |
2021-01-22 | Fix linter error | Horacio Sanson | |
2021-01-22 | Fix clang-tidy ignoring compile_commands.json | fenuks | |
2021-01-22 | Add yamllint and prettier to openapi. | Horacio Sanson | |
This commit enables yamllint and prettier on openapi files. | |||
2021-01-22 | Fix 2777 - Add IBM openapi validator | Horacio Sanson | |
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-20 | prolog/swipl: simplify with @hsanson's suggestions | Horacio Sanson | |
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447 | |||
2021-01-20 | Merge pull request #3475 from benknoble/dafny-include-timeouts | Horacio Sanson | |
dafny: add a timeLimit option and message-parsing | |||
2021-01-20 | Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lsp | Horacio Sanson | |
pass lsp intialization_options to rust-analyzer | |||
2021-01-20 | Merge pull request #3455 from Thau/feat/credo_config_file | Horacio Sanson | |
feat: Adds variable to use custom config file with Elixir Credo | |||
2021-01-16 | Merge pull request #3485 from andreaconti/master | Horacio Sanson | |
Fix Julia Language Server Support | |||
2021-01-15 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-14 | Update the Docker image; fix an error | w0rp | |
2021-01-13 | Merge pull request #3494 from YorickPeterse/master | Horacio Sanson | |
Add linter for Inko | |||
2021-01-13 | Merge pull request #3531 from pinicarus/custom-erlc-executable | Horacio Sanson | |
Custom erlc executable | |||
2021-01-08 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
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-04 | fix: proper initialization options call in php intelephense | ttys3 | |
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-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 space error in string concat | Andrea Conti | |
2020-12-12 | Update Julia language server run command | Andrea Conti | |
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 | 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-27 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-26 | Fix regexp pattern to work correctly in nvim and vim on windows and linux | fwy | |
2020-11-23 | refactor: Move test to the right file | Gonzalo Quero | |
2020-11-23 | feat: Add optional configuration file for Credo | Gonzalo Quero | |
2020-11-21 | Use _config for LSP config options | w0rp | |