Ensure clang-tidy uses color output

This commit is contained in:
Chris Thrasher 2023-01-13 17:16:42 -07:00
parent 0e8072e6cd
commit c5c6276291

View File

@ -20,3 +20,4 @@ CheckOptions:
- { key: readability-identifier-naming.ParameterCase, value: camelBack }
HeaderFilterRegex: '.*'
WarningsAsErrors: '*'
UseColor: true