Disable google-runtime-references clang-tidy check (#166)

This commit is contained in:
antonio2368 2021-06-07 10:40:56 +02:00 committed by GitHub
parent 839d45b3f8
commit 50f6e348dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ Checks: '*,
-fuchsia-virtual-inheritance,
-google-explicit-constructor,
-google-readability-*,
-google-runtime-references,
-hicpp-avoid-c-arrays,
-hicpp-avoid-goto,
-hicpp-braces-around-statements,