summaryrefslogtreecommitdiff
path: root/test/test_dockerfile_hadolint_linter.vader
AgeCommit message (Collapse)Author
2021-10-19fix(hadolint): set code field as well (#3943)infokiller
2021-07-05hadolint: multiple fixes and adapt expected format (#3678)Moritz Röhrich
- Show hadolint rule number in vim gutter in addition to `ALEDetails` - Capture and show error in case of syntax errors - Add tests for error capture - Adapt existing tests fixes: #2333 fixes: #958
2021-04-10hadolint: fix color output and stdin shown as "-" (#3680)infokiller
2020-11-29hadolint: Recognize message typeMoritz Röhrich
Hadolint is in the process of adding the severity of a lint rule to the commandline output: https://github.com/hadolint/hadolint/pull/501 This change utilizes that to show the severity in vim.
2018-01-29Added tests for hadolintJose Lorenzo Rodriguez
2017-07-03Allow `hadolint` linter to run via docker image (#720)Chris Weyl
* Add documentation for hadolint (doc/ale-hadolint.txt) * Allow `hadolint` linter to run via docker image These changes enable the `hadolint` linter to run via the author's docker image, if present. Three modes are supported: * never use docker; * always use docker; and * use docker as a failback.