Skip to content

Commit

Permalink
Revert update
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Jan 10, 2025
1 parent 04c6767 commit cf6c3eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Checks:
'-*,
modernize-pass-by-value,
clang-analyzer-*,
-clang-diagnostic-shadow-uncaptured-local,
-clang-analyzer-optin.core.EnumCastOutOfRange,
cert-*,
modernize-*,
-modernize-avoid-c-arrays,
-modernize-use-trailing-return-type,
-modernize-concat-nested-namespaces,
performance-*,
-performance-avoid-endl
'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
Expand Down

0 comments on commit cf6c3eb

Please sign in to comment.