mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
94920ffcc7
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
6 lines
174 B
Bash
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
|