Skip to content

Commit

Permalink
Added clang-tidy file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianPanov committed Oct 8, 2024
1 parent 610e401 commit 5c95e20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Checks: '
clang-diagnostic-*,
clang-analyzer-*,
cppcoreguidelines-*,
modernize-*,
-modernize-use-trailing-return-type,
performance-*,
readability-*,
-readability-redundant-access-specifiers,
bugprone-*,
misc-*,
concurrency-*,
cert-*,
hicpp-*'

WarningsAsErrors: true

0 comments on commit 5c95e20

Please sign in to comment.