summaryrefslogtreecommitdiff
path: root/autoload/ale/handlers
AgeCommit message (Expand)Author
2021-11-20Fix --file-filter option on cppcheck command (#3987)Dan George
2021-11-19Add cspell Linter (#3981)David Houston
2021-11-18Cppcheck buffered file only (#3983)Dan George
2021-11-18Rewrite Alex Integration to Use stdin (#3982)David Houston
2021-11-15Show errors and warnings for the 'smlnj' linter (#3957)Chuan Wei Foo
2021-11-15Add cppcheck handler match on misra msg (#3980)Dan George
2021-11-12Implement statix Linter and Fixer (#3969)David Houston
2021-10-07sml: use filenames (fix #1084) (#3860)D. Ben Knoble
2021-09-03Cppcheck backwards compat 1.34 (#3887)tsjordan-eng
2021-07-25Add importMap option to deno Initialization Options (#3827)Arnold Chand
2021-06-19fix(eslint): yarn 2 project cwd (#3684)Shannon Moeller
2021-05-27ocaml: prepare for filetype separation (#3732)Pau Ruiz Safont
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-04-15Updated `solhint` linter to be able to use a local installation (#3682)Henrique Barcelos
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-02-18Added ocamllsp (#3595)Risto Stevcev
2021-01-273560 add vim 8.2 and nvim 0.4 to ci tests (#3561)Horacio Sanson
2021-01-23Merge pull request #3424 from maxice8/atoolsHoracio Sanson
2021-01-23add spectral handlertatsuya
2021-01-22feat: Add Deno lsp supportMohammed Chelouti
2021-01-22feat: Add Deno fmt fixerMohammed Chelouti
2021-01-22Add handler for the output of atoolsLeo
2021-01-22xo: refactor to functionCharles B Johnson
2021-01-22xo: inline filetype handlingCharles B Johnson
2021-01-22fixers/xo: remove unnecessary directory crawlCharles B Johnson
2021-01-22fixers/xo: support monoreposCharles B Johnson
2021-01-22fixers/xo: support stdin relative to the fixed fileCharles B Johnson
2021-01-22fixers/xo: refactor to handlersCharles B Johnson
2021-01-22linters/xo: consolidate xo lintersCharles B Johnson
2021-01-22Add yamllint and prettier to openapi.Horacio Sanson
2021-01-13Merge pull request #3494 from YorickPeterse/masterHoracio Sanson
2020-12-23Add linter for InkoYorick Peterse
2020-11-21Fix 3103 - add shellcheck shell directive detection. (#3216)Horacio Sanson
2020-11-17Look for node packages in .yarn/sdks as wellNathan Herald
2020-11-02Move the test for buffer-local variablesJason Franklin
2020-11-02Use the proper term for the "#!" lineJason Franklin
2020-11-02Remove a noise commentJason Franklin
2020-08-29Improved macro handling in gccKimplul
2020-08-17Merge pull request #2906 from elebow/shelldetect-fall-back-to-filetype-if-no-...w0rp
2020-08-07Merge pull request #3191 from mostfunkyduck/masterw0rp
2020-08-06fix cppcheck for 1.89+, and add column support (#3030)tsjordan-eng
2020-08-06Adds hdl_checker LSP support (#2804)Andre Souto
2020-08-06Merge pull request #3123 from liskin/ccls-build-dirw0rp
2020-07-31Support markdownlint rules with multiple slashesSebastian Blask
2020-07-30Support markdownlint 0.19.0 and 0.22.0Sebastian Blask
2020-07-21Merge pull request #3119 from hsanson/2269-ktlint-stdin-supportw0rp
2020-07-08eslint: Use cwd from executable location to fix nested projects (#3222)Kevin Locke
2020-07-01Run ESLint fixer from project root, where possible (#3096)Kevin Locke
2020-05-25Fixes govet linter for go 1.13+, with testsmostfunkyduck
2020-05-08Use a function to define shellcheck linters and vars needed, fixes testsIan2020