index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
custom-checks
Age
Commit message (
Collapse
)
Author
2017-08-11
Ban !=# and !=? from the codebase
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-07-05
#729 - Use a wrapper for simplify to fix // problems on Windows
w0rp
2017-06-06
Complain about incorrect uses of expand('%...')
w0rp
2017-05-15
Complain when shellescape is used instead of ale#Escape
w0rp
2017-04-27
custom-checks: handle multiple dirs
Daniel Hahler
This also fixes a [shellcheck issue](https://github.com/koalaman/shellcheck/wiki/SC2013).
2017-04-15
Fix #257 in preparation for #427, standardise options with fallbacks, and ↵
w0rp
make it so every value can be computed dynamically
2017-04-15
Fix the custom-checks script, and check for more problems
w0rp
2017-03-07
Speed up and simplify the custom checks a lot
w0rp
2017-02-21
Add an extra custom check for using endif instead of end, etc.
w0rp
2017-01-22
Add a script for custom checks to enforce using the abort flag for functions ↵
w0rp
and trailing whitespace, and fix existing issues.