aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-10-04 14:53:26 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-10-04 15:03:16 +0200
commit18c11f85d76d92a9012a76bbc5c31a71d953b564 (patch)
tree1ea91837401f6413d257b291ad0ccaaad4995a35 /.hlint.yaml
parent7d54e790915e16d232ca1e269a858cc9359eb08e (diff)
downloadpandoc-18c11f85d76d92a9012a76bbc5c31a71d953b564.tar.gz
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.
Diffstat (limited to '.hlint.yaml')
-rw-r--r--.hlint.yaml2
1 files changed, 1 insertions, 1 deletions
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