Skip to content

Commit 0205159

Browse files
committed
Fix check ci
1 parent e7fda99 commit 0205159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check_imports.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ let skipDirPatterns = ["/Sample/", "/Pods/",
4040
"SwiftPMTests", // The SwiftPM tests test module imports.
4141
"IntegrationTesting/ClientApp", // The ClientApp tests module imports.
4242
"FirebaseSessions/Protogen/", // Generated nanopb code with imports
43+
"FirebaseCore/InternalObjC/FirebaseCoreInternal.h", // umbrella header for cmake, g3
4344
] +
4445

4546
// The following are temporary skips pending working through a first pass of the repo:

0 commit comments

Comments
 (0)