-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color code added in hadolint v1.23.0 #44
Comments
The extra color characters also appear in the Problems Panel |
The new version will add a new configuration option In the event of an error when calling For future references, If you are a #!/bin/bash
docker run --rm -i hadolint/hadolint hadolint \
--no-color \
- < "$@" For regular users, please consider upgrading to the latest hadolint or manually remove the default |
make sure the cliOptions are empty as below:
|
EDIT: solved the issue by moving all my customizations to I'm suddenly getting the error
I am not running an outdated version of hadolint:
I have the following settings set:
What am I doing wrong? |
> ~/.local/bin/hadolint --version
Haskell Dockerfile Linter 2.12.0
> file ~/.local/bin/hadolint
/home/demarteaub/.local/bin/hadolint: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped I'm using the latest compiled version of hadolint from my system, and I'm getting told I'm not and that I need to change things. What's up? |
hadolint v1.23.0 color option has been added.
Therefore, the color code will be displayed when an error is pointed out.
The
--no-color
option has been added, so please use it.https://github.com/hadolint/hadolint/releases/tag/v1.23.0
The text was updated successfully, but these errors were encountered: