Skip to content

Commit

Permalink
Clang tidy CI test: add almost all misc-* checks (ECP-WarpX#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 authored Sep 22, 2023
1 parent 9956295 commit db87b86
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ Checks: '-*,
google-build-explicit-make-pair,
google-build-namespaces,
google-global-names-in-headers,
misc-const-correctness,
misc-definitions-in-headers,
misc-misleading-bidirectional,
misc-misleading-identifier,
misc-misplaced-const,
misc-uniqueptr-reset-release,
misc-unused-alias-decls,
misc-unused-parameters,
misc-unused-using-decls,
misc-*,
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
modernize-avoid-bind,
modernize-concat-nested-namespaces,
modernize-deprecated-headers,
Expand Down

0 comments on commit db87b86

Please sign in to comment.