Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[clang-tidy] disable clang-diagnostic-* checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivovandongen committed Apr 8, 2021
1 parent 2f6562d commit 6cf00d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Checks: >
clang-analyzer-optin.cplusplus*,
clang-analyzer-optin.performance.Padding,
clang-analyzer-security*,
clang-diagnostic-*,
# clang-diagnostic-*,
google-*,
misc-*,
modernize-*,
Expand Down

0 comments on commit 6cf00d6

Please sign in to comment.