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
/
ale_linters
/
ansible
Age
Commit message (
Expand
)
Author
2023-09-14
#4607 No conflicts with nvim-lspconfig by default
w0rp
2023-04-07
Fix error from ansible-lint versions >=6.11.0. (#4492)
SkrrtBacharach
2022-12-06
Handle empty answer of ansible-lint (#4373)
Michael F. Schönitzer
2022-11-25
Fix 4246 - Add ansible language-server (#4355)
Horacio Sanson
2022-05-09
Add support for ansible-lint 6.0.0 (#4189)
Matt Perry
2021-07-31
Do not use tempfiles for ansible lint (#3846)
Henrik Farre
2021-07-20
Fix 3673 - Add nocolor option to ansible-lint (#3811)
Horacio Sanson
2021-07-05
Add stdin ("-") to the command-line arguments of ansible-lint >=5.0.0 (#3786)
James Cherti
2021-02-28
Fix ansible-lint linter definition. (#3601)
serapas
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2018-10-18
Allow custom executable for ansible linters (#1977)
ix5
2017-12-13
Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the op...
w0rp
2017-11-15
#852 - Capture error codes for ansible-lint
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-07-03
Fix #216 - Filter out errors for other files for ansible-lint
w0rp
2017-06-14
Split up the flake8 and ansible-lint handlers
w0rp
2017-04-24
Break shared handlers up into their own files, and fix stylelint error handling
w0rp
2017-02-11
Replace every stdin-wrapper script with the new %t formatting support
w0rp
2016-10-21
Add support for dot-seperate linters, improve linter tests
Bjorn Neergaard
2016-10-20
Document ansible-lint
Bjorn Neergaard
2016-10-20
Add ansible-lint support and factor out PEP8 handler
Bjorn Neergaard