From c5c62762914c8ab03190225177965c63a2b6e5d2 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 13 Jan 2023 17:16:42 -0700 Subject: [PATCH] Ensure clang-tidy uses color output --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 77851b6a0..40473e05f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,3 +20,4 @@ CheckOptions: - { key: readability-identifier-naming.ParameterCase, value: camelBack } HeaderFilterRegex: '.*' WarningsAsErrors: '*' +UseColor: true