BUCKFORMAT: apply on all of fbsource
Summary: $ hg files -X "fbandroid/experimental/*" -X "fbcode/experimental/*" -X "fbcode/compphoto/experimental/*" -X "fbobjc/Users/*" -X "xplat/experimental/*" -X fbandroid/apps/fblite/xMob-android/BUCK -I "**/{BUCK,TARGETS,*.bzl}" | xargs -P 50 -L 50 arc lint --apply-patches --take BUCKFORMAT Reviewed By: zertosh Differential Revision: D12888019 fbshipit-source-id: 970eaf3d87e6b211032e83004cbeeacfae873c25
This commit is contained in:
parent
ae8ec39397
commit
2b603fd8eb
|
@ -68,7 +68,7 @@ fb_xplat_cxx_test(
|
|||
"-Wall",
|
||||
],
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID,APPLE),
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
|
|
|
@ -71,7 +71,7 @@ fb_xplat_cxx_test(
|
|||
"-Wall",
|
||||
],
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID,APPLE),
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
|
|
|
@ -104,7 +104,7 @@ fb_xplat_cxx_test(
|
|||
"-Wall",
|
||||
],
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID,APPLE),
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
|
|
|
@ -6,8 +6,8 @@ load(
|
|||
"fb_xplat_cxx_test",
|
||||
"get_apple_compiler_flags",
|
||||
"get_apple_inspector_flags",
|
||||
"react_native_xplat_target",
|
||||
"react_native_target",
|
||||
"react_native_xplat_target",
|
||||
"rn_xplat_cxx_library",
|
||||
"subdir_glob",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue