Skip to content

Commit

Permalink
tool: Removed further checks
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed May 3, 2024
1 parent 60373cc commit ef00204
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Checks: <

bugprone-*
-bugprone-easily-swappable-parameters
-bugprone-reserved-identifier

cert-*

Expand All @@ -16,6 +17,7 @@ Checks: <
-cppcoreguidelines-pro-type-reinterpret-cast

google-*
-google-build-using-namespace
-google-readability-namespace-comments

hicpp-*
Expand Down Expand Up @@ -50,3 +52,4 @@ CheckOptions:

readability-identifier-naming.VariableCase: lower_case

misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic: true

0 comments on commit ef00204

Please sign in to comment.