Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-19 | fix(hadolint): set code field as well (#3943) | infokiller | |
2021-07-05 | hadolint: 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 | |||
2020-11-29 | hadolint: Recognize message type | Moritz 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. |