mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
4b271e17c5
commit
90595b5afa
@ -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
|
||||
|
||||
4
engine/src/flutter/third_party/.clang-tidy
vendored
Normal file
4
engine/src/flutter/third_party/.clang-tidy
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Disable all checks in this folder.
|
||||
#
|
||||
# We cannot ask third_party code to conform to our lints.
|
||||
Checks: "-*"
|
||||
Loading…
x
Reference in New Issue
Block a user