Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
[STYLE]: clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
bobis33 committed Apr 7, 2024
1 parent a9fcbf0 commit 1c3469a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Checks: '-*,
modernize-*,
bugprone-*,
performance-*,
readability-*,
clang-analyzer-*,
cert-*,
hicpp-*,
cppcoreguidelines-*,
-modernize-use-trailing-return-type,
-cppcoreguidelines-special-member-functions,hicpp-special-member-functions,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-clang-diagnostic-error,
-hicpp-special-member-functions,
'

0 comments on commit 1c3469a

Please sign in to comment.