superlint/.devcontainer/devcontainer.env
Marco Ferrari 94920ffcc7
feat: optionally remove color codes from output (#6095)
If REMOVE_ANSI_COLOR_CODES_FROM_OUTPUT is set to true, remove ANSI color
codes from linters stdout and stderr files, and from the Super-linter
log file.

Close #5540
2024-08-31 19:50:00 +02:00

6 lines
174 B
Bash

DEFAULT_BRANCH=main
DEFAULT_WORKSPACE=/workspaces/super-linter
ENABLE_GITHUB_ACTIONS_GROUP_TITLE=true
LOG_LEVEL=DEBUG
REMOVE_ANSI_COLOR_CODES_FROM_OUTPUT=true
RUN_LOCAL=true