Skip to content

Commit

Permalink
Enable color in clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Oct 30, 2024
1 parent 3436be5 commit 7f80369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ openmp-use-default-none,

CheckOptions:
cppcoreguidelines-avoid-do-while.IgnoreMacros: 'true'
readability-function-cognitive-complexity.Threshold: 35
readability-function-cognitive-complexity.Threshold: 35

UseColor: true

0 comments on commit 7f80369

Please sign in to comment.