summaryrefslogtreecommitdiff
path: root/test/handler/test_ansible_lint_handler.vader
AgeCommit message (Collapse)Author
2021-02-28Fix ansible-lint linter definition. (#3601)serapas
* Fix ansible-lint linter definition. Use ansible-lint's feature auto-detection instead of temporary file. For auto-detection to work, ansible project has to be also a git repository. Don't use yaml rules. These are checked by yamllint. Refactor pattern to work with ansible-lint >=5.0 version. Clean-up obsolete test cases. * Pull Request changes
2017-12-13Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the ↵w0rp
option is set
2017-11-15#852 - Capture error codes for ansible-lintw0rp
2017-09-14Make temporary file detection work on just about all platformsw0rp
2017-07-03Fix #216 - Filter out errors for other files for ansible-lintw0rp
2017-06-14Fix an ansible-lint testw0rp
2017-06-14Split up the flake8 and ansible-lint handlersw0rp