From 89f559457f5f4570608188522f8a8e1ade462660 Mon Sep 17 00:00:00 2001 From: kongr45gpen <electrovesta@gmail.com> Date: Sun, 18 Nov 2018 13:50:44 +0200 Subject: [PATCH] Force clang tidy results to be colourful --- ci/clang-tidy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/clang-tidy.sh b/ci/clang-tidy.sh index 8a0c1930..7d67a9fd 100755 --- a/ci/clang-tidy.sh +++ b/ci/clang-tidy.sh @@ -11,4 +11,4 @@ echo -e "\033[0;34mRunning clang-tidy...\033[0m" cd "$(dirname "$0")" clang-tidy-4.0 `find ../src/ -type f -regextype posix-egrep -regex '.*\.(cpp|hpp|c|h)'` \ - -- -std=c++14 -I../inc + -- -std=c++14 -I../inc -fcolor-diagnostics -- GitLab