From 18c11f85d76d92a9012a76bbc5c31a71d953b564 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 4 Oct 2020 14:53:26 +0200 Subject: 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. --- .hlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hlint.yaml') diff --git a/.hlint.yaml b/.hlint.yaml index d68823cba..4e3dc95a7 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -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 -- cgit v1.2.3