Opt out flutter/third_party/** from clang-tidy checks explicitly. (flutter/engine#46514)

See https://github.com/flutter/flutter/issues/134969.

/cc @zanderso
This commit is contained in:
Matan Lurey 2023-10-03 16:06:09 -06:00 committed by GitHub
parent 4b271e17c5
commit 90595b5afa
2 changed files with 5 additions and 0 deletions

View File

@ -389,6 +389,7 @@
../../../flutter/sky/tools/install_framework_headers.py
../../../flutter/sky/tools/objcopy.py
../../../flutter/testing
../../../flutter/third_party/.clang-tidy
../../../flutter/third_party/accessibility/README.md
../../../flutter/third_party/accessibility/ax/ax_enum_util_unittest.cc
../../../flutter/third_party/accessibility/ax/ax_event_generator_unittest.cc

View File

@ -0,0 +1,4 @@
# Disable all checks in this folder.
#
# We cannot ask third_party code to conform to our lints.
Checks: "-*"