File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,19 @@ Checks: '-*,
5
5
modernize-deprecated-headers,
6
6
modernize-make-unique,
7
7
modernize-make-shared,
8
+ modernize-raw-string-literal,
8
9
modernize-redundant-void-arg,
9
10
modernize-replace-random-shuffle,
10
11
modernize-shrink-to-fit,
12
+ modernize-use-default-member-init,
11
13
modernize-use-bool-literals,
12
14
modernize-use-emplace,
13
15
modernize-use-equals-default,
14
16
modernize-use-nullptr,
15
17
modernize-use-override,
18
+ modernize-use-starts-ends-with,
16
19
performance-faster-string-find,
20
+ performance-implicit-conversion-in-loop,
17
21
# performance-unnecessary-value-param, see https://github.com/nodejs/node/pull/26042
18
22
readability-delete-null-pointer, '
19
23
WarningsAsErrors : ' '
You can’t perform that action at this time.
0 commit comments