Skip to content

Commit

Permalink
src: update clang-tidy and focus on modernization
Browse files Browse the repository at this point in the history
PR-URL: #53757
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
  • Loading branch information
anonrig authored and marco-ippolito committed Nov 17, 2024
1 parent eb4d468 commit 86d7181
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 86d7181

Please sign in to comment.