hi,
In setting.json. when I try adding more option to hadolint.cliOptions
the extinction failed to lint the issues, look it only can tak --no-color
for example, I tried add this:
"hadolint.cliOptions": [
"--ignore DL4001",
"--no-color"
]
or this
"hadolint.cliOptions": [
"--ignore DL4001 --no-color"
]
or this:
"hadolint.cliOptions": [
"-c some/path/to/.hadolint.yaml --no-color"
]
I tried to add option to set config file in other location (not root of project)
I run on Ubuntu with latest hadolint version
if I run with same flag from terminal, it works as excepted
hi, In setting.json. when I try adding more option to hadolint.cliOptions the extinction failed to lint the issues, look it only can tak --no-color for example, I tried add this: "hadolint.cliOptions": [ "--ignore DL4001", "--no-color" ]
or this "hadolint.cliOptions": [ "--ignore DL4001 --no-color" ]
or this: "hadolint.cliOptions": [ "-c some/path/to/.hadolint.yaml --no-color" ]
I tried to add option to set config file in other location (not root of project)
I run on Ubuntu with latest hadolint version if I run with same flag from terminal, it works as excepted