mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 07:53:06 +01:00
09a8440b45
PR-URL: https://github.com/nodejs/node/pull/51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
23 lines
791 B
YAML
23 lines
791 B
YAML
---
|
|
---
|
|
Checks: '-*,
|
|
bugprone-unique-ptr-array-mismatch,
|
|
modernize-redundant-void-arg,
|
|
modernize-replace-random-shuffle,
|
|
modernize-shrink-to-fit,
|
|
# modernize-use-auto,
|
|
modernize-use-bool-literals,
|
|
modernize-use-equals-default,
|
|
# modernize-use-equals-delete,
|
|
modernize-use-nullptr,
|
|
modernize-use-override,
|
|
# google-build-explicit-make-pair,
|
|
google-default-arguments,
|
|
google-explicit-constructor,
|
|
google-readability-casting'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: ''
|
|
AnalyzeTemporaryDtors: false
|
|
...
|
|
|