src: update clang-tidy and focus on modernization

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Yagiz Nizipli 2024-09-25 10:44:32 -04:00 committed by GitHub
parent 4c045351c1
commit 6fb9f56994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: ''