Use HLint argument --color=auto
Using `--color`, which is equivalent to `--color=always`, causes problems when used in situations where colors are not supported, e.g., in combination with Emacs. Detection of color-supporting environments seems reliable, so no adverse effects are expected from this change.
This commit is contained in:
parent
7d54e79091
commit
18c11f85d7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Specify additional command line arguments
|
||||
#
|
||||
- arguments: [--color, --cpp-ansi]
|
||||
- arguments: [--color=auto, --cpp-ansi]
|
||||
|
||||
|
||||
# Control which extensions/flags/modules/functions can be used
|
||||
|
|
Loading…
Reference in a new issue