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: nodejs#53757
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
anonrig authored and louwers committed Nov 2, 2024
1 parent ce508a2 commit 947ccb4
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 947ccb4

Please sign in to comment.