mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Update ansible-lint regex
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
024514974a
commit
c2460a245f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ control "super-linter-installed-commands" do
|
|||
|
||||
linters = [
|
||||
{ linter_name: "actionlint"},
|
||||
{ linter_name: "ansible-lint"},
|
||||
{ linter_name: "ansible-lint", expected_stdout_regex: /(.*)/},
|
||||
{ linter_name: "arm-ttk", version_command: "grep -iE 'version' '/usr/bin/arm-ttk' | xargs"},
|
||||
{ linter_name: "asl-validator", expected_exit_status: 1}, # expect a return code = 1 because this linter doesn't support a "get linter version" command
|
||||
{ linter_name: "bash-exec", expected_exit_status: 1}, # expect a return code = 1 because this linter doesn't support a "get linter version" command
|
||||
|
|
Loading…
Reference in a new issue