Skip to content

Commit

Permalink
src: update clang-tidy and focus on modernization
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 8, 2024
1 parent 66b76e2 commit 513b553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ Checks: '-*,
modernize-deprecated-headers,
modernize-make-unique,
modernize-make-shared,
modernize-raw-string-literal,
modernize-redundant-void-arg,
modernize-replace-random-shuffle,
modernize-shrink-to-fit,
modernize-use-default-member-init,
modernize-use-bool-literals,
modernize-use-emplace,
modernize-use-equals-default,
modernize-use-nullptr,
modernize-use-override,
modernize-use-starts-ends-with,
performance-faster-string-find,
performance-implicit-conversion-in-loop,
# performance-unnecessary-value-param, see https://github.com/nodejs/node/pull/26042
readability-delete-null-pointer, '
WarningsAsErrors: ''
Expand Down

0 comments on commit 513b553

Please sign in to comment.