Skip to content

Commit

Permalink
clang-tidy: Add initial config
Browse files Browse the repository at this point in the history
We get a lot (thousands) of warnings if we enable all checks. Not all
checks are relevant. We should add more as we notice things.
  • Loading branch information
danobi committed Jan 30, 2024
1 parent 35772bf commit ee95f08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Checks: |
-*
performance-unnecessary-copy-initialization
modernize-loop-convert
google-readability-casting

0 comments on commit ee95f08

Please sign in to comment.