mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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:
parent
4c045351c1
commit
6fb9f56994
@ -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: ''
|
||||
|
Loading…
Reference in New Issue
Block a user