summaryrefslogtreecommitdiff
path: root/ale_linters/yaml/swaglint.vim
AgeCommit message (Collapse)Author
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-11-19#852 - Capture error codes for swaglintw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-17Add yaml swaglint linter (#771)Matthew Turland
* Add yaml swaglint linter