Skip to content

Commit

Permalink
Disable more checks for now
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Aug 19, 2024
1 parent 9a2148f commit ca21615
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,14 @@ Checks: '*include*,
-bugprone-reserved-identifier,
-cert-dcl37-c,
-cert-dcl51-cpp,
-cert-dcl50-cpp,
-cert-err58-cpp,
-google-global-names-in-headers,
-cppcoreguidelines-non-private-member-variables-in-classes,
-cppcoreguidelines-no-malloc,
-hicpp-no-malloc,
-bugprone-casting-through-void,
-performance-no-int-to-ptr
'
WarningsAsErrors: '*'
HeaderFilterRegex: '^.*/src/.*$'
Expand Down

0 comments on commit ca21615

Please sign in to comment.