summaryrefslogtreecommitdiff
path: root/test/handler
diff options
context:
space:
mode:
authorinfokiller <infokiller@users.noreply.github.com>2021-10-19 09:30:19 +0300
committerGitHub <noreply@github.com>2021-10-19 15:30:19 +0900
commitcb0f0e1d0b2b189fbfb32b8ccbbc5efbed2cd7f0 (patch)
treec5934877df0acd1186a662d743baa3cdf2c5b517 /test/handler
parent16898417e68ffb6034b2a6de0c1b25502bd846d8 (diff)
downloadale-cb0f0e1d0b2b189fbfb32b8ccbbc5efbed2cd7f0.zip
fix(hadolint): set code field as well (#3943)
Diffstat (limited to 'test/handler')
-rw-r--r--test/handler/test_hadolint.vader3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/handler/test_hadolint.vader b/test/handler/test_hadolint.vader
index a88454fa..f84c303d 100644
--- a/test/handler/test_hadolint.vader
+++ b/test/handler/test_hadolint.vader
@@ -16,6 +16,7 @@ Execute(The hadolint handler should handle a normal example):
\ 'lnum': 1,
\ 'col': 0,
\ 'type': 'W',
+ \ 'code': 'DL3006',
\ 'text': "DL3006: Always tag the version of an image explicitly",
\ 'detail': "DL3006 ( https://github.com/hadolint/hadolint/wiki/DL3006 )\n\nAlways tag the version of an image explicitly",
\ },
@@ -23,6 +24,7 @@ Execute(The hadolint handler should handle a normal example):
\ 'lnum': 4,
\ 'col': 0,
\ 'type': 'W',
+ \ 'code': 'DL3033',
\ 'text': "DL3033: Specify version with `yum install -y <package>-<version>`.",
\ 'detail': "DL3033 ( https://github.com/hadolint/hadolint/wiki/DL3033 )\n\nSpecify version with `yum install -y <package>-<version>`.",
\ },
@@ -30,6 +32,7 @@ Execute(The hadolint handler should handle a normal example):
\ 'lnum': 12,
\ 'col': 0,
\ 'type': 'W',
+ \ 'code': 'SC2039',
\ 'text': "SC2039: In POSIX sh, brace expansion is undefined.",
\ 'detail': "SC2039 ( https://github.com/koalaman/shellcheck/wiki/SC2039 )\n\nIn POSIX sh, brace expansion is undefined.",
\ },