Skip to content

Commit

Permalink
Add .clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Éloïse Brosseau <[email protected]>
  • Loading branch information
eloisebrosseau committed Dec 3, 2024
1 parent ee1ecd5 commit 1769bf9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
Checks: >
bugprone-*,
cert-*,
clang-diagnostic-*,
clang-analyzer-*,
concurrency-*,
cppcoreguidelines-*,
-cppcoreguidelines-pro-type-reinterpret-cast,
google-explicit-constructor,
misc-*,
modernize-*,
-modernize-use-trailing-return-type,
performance-*,
readability-*,
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: 'file'
...

0 comments on commit 1769bf9

Please sign in to comment.