summaryrefslogtreecommitdiff
path: root/ale_linters/vim
AgeCommit message (Expand)Author
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-09-09Merge pull request #3108 from timbedard/vint-add-stdinw0rp
2020-05-30vim/vint: show policy nameKeith Maxwell
2020-04-21Add vim-language-server linter supportJeffrey Lau
2020-04-02add stdin option for supported vint versionsTim Bedard
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-01-26#2132 Unify temporary file management in command.vimw0rp
2018-09-04Improve ALE project style checkingw0rp
2018-08-03Only run the custom ALE linting script if it's in runtimepathw0rp
2018-08-03Add a linter for checking ALE code itselfw0rp
2018-04-08Close #1315 - Make the vint executable configurablew0rp
2017-11-09Simplfy semver handling and share the semver version cache across everythingw0rp
2017-08-26Set the end column for some Vint problemsw0rp
2017-06-22Set the --no-color flag for Vint if we fail to parse the version number for s...w0rp
2017-06-06Fix #624 - Ask for the Vint version in the backgroundw0rp
2017-05-06#532 Rename a Vint variable so it's more obviousw0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
2017-04-11#392 Report errors inside of headers, in a very basic wayw0rp
2017-04-10Typo correcting 3.0.7 -> 0.3.7 for `vint --no-color`David Alexander
2017-03-11Support older versions of Vintw0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-02-02Add --enable-neovim flag to vint when appropriatetpict
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-11Set an option for turning Vint style issues on or off.w0rp
2016-10-10#81: Close the Vint format quote.w0rp
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-05Update the author line and the filenames for the GCC format pattern.w0rp
2016-10-05Use gcc format for vint outputKabbaj Amine
2016-10-03Add support for checking Vim code with Vint.w0rp