Skip to content
Snippets Groups Projects
Commit 89f55945 authored by kongr45gpen's avatar kongr45gpen
Browse files

Force clang tidy results to be colourful

parent cb9cd49d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment