summaryrefslogtreecommitdiff
path: root/autoload/ale/linter.vim
AgeCommit message (Expand)Author
2022-01-05Fix 4004 - Disable eslint by default for json. (#4023)Horacio Sanson
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-03-26Add support for V: "v" (compiler) and "vfmt" fixer. (#3622)fiatjaf
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-01-22Make apkbuild_lint and secfixes_check default for apkbuild filetypeLeo
2020-12-23Add linter for InkoYorick Peterse
2020-09-08Close #3003 - Show ignored linters in :ALEInfow0rp
2020-08-28Close #3285 - lint_file is now dynamicw0rp
2020-08-28#3324 - Enable rls by defaultw0rp
2020-08-18Remove features deprecated in previous versionsw0rp
2020-08-13Merge pull request #3010 from kevinoid/ps1-powershellw0rp
2020-08-07Close #2472 - Add support for pyrightw0rp
2020-02-16Alias ps1 filetype to powershellKevin Locke
2019-09-19Close #2764 - Support the new React filetypes with aliasesw0rp
2019-09-14Adding linting for rmd filetype (duplicate of rmarkdown)statquant
2019-06-10Fix #1727 - Replace previoulsy defined linters with matching namesw0rp
2019-06-10Make rmarkdown files work with styler and lintr (#2564)Thibault Vatter
2019-06-06Run xml linters on xsd and xslt filesTharre
2019-04-10Do not complain about generated _callback settingsw0rp
2019-04-07Close #2132 - Add deprecation warnings for old featuresw0rp
2019-03-29#2397 - disable elixir-ls by default, which can be CPU hungryw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-22#2132 - Implement project_root as a replacement for project_root_callbackw0rp
2019-02-22#2132 - Make most foo_callback options work as foow0rp
2019-02-21#2132 - Implement deferred command handling for lintersw0rp
2019-02-12#2132 - Implement deferred executable string handling for lintersw0rp
2019-01-12#2132 Remove the need for the hidden add_newline option by tweaking the flow ...w0rp
2018-11-19Fix #2084 - Disable mix by default, as it causes too many problemsw0rp
2018-11-08Enable ESLint for Vue files by defaultw0rp
2018-10-31Add a `lsp_config_callback` linter optionJon Parise
2018-10-26#927 Allow b:ale_linter_aliases to be set to a Stringw0rp
2018-10-25Merge pull request #1958 from Garland-g/perl6w0rp
2018-10-22LSP configuration via didChangeConfiguration (#1852)Daniel Welch
2018-09-28Add Perl6 support via 'perl6 -c'Travis Gibson
2018-09-01Changed sbtserver to just work off of the address variableTy Coghlan
2018-08-30added sbtserver linterTy Coghlan
2018-08-17Use &l:equalprg so local options do not override global onesw0rp
2018-08-02Disable HHAST by defaultFred Emmott
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-17Fix #1708 - Don't modify linters or register fixers in the sandboxw0rp
2018-07-12Remove an unused variablew0rp
2018-07-06Add an AssertLinter command for testsw0rp
2018-07-04Make the language option for LSP linters optionalw0rp
2018-06-23#1674 - Alias verilog_systemverilog to verilog by defaultw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-06Allow initialization options to be passed to language serversBen Falconer
2018-05-26#1600 Alias vimwiki to markdownw0rp
2018-04-27Close #1521 - Allow the language to be set with simple strings for LSP lintersw0rp
2018-04-24#1278 Allow linters to be defined pretty much anywherew0rp
2018-04-22Close #1162 - Implement completion support with LSP serversw0rp