Skip to content

Commit 6b18b14

Browse files
Exempt the Data Connect FriendlyFlix Generated Code from style scripts (#14063)
1 parent f2fa168 commit 6b18b14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/style.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ s%^./%%
153153
# Generated source
154154
\%/Firestore/core/src/util/config.h% d
155155
156+
# Generated Code for Data Connect sample
157+
\%/Examples/FriendlyFlix/app/FriendlyFlixSDK/% d
158+
156159
# Sources pulled in by travis bundler, with and without a leading slash
157160
\%^/?vendor/bundle/% d
158161

0 commit comments

Comments
 (0)