Skip to content

Commit ec27af3

Browse files
authored
chore(scripts): remove obsolete style script exclusions (#16314)
1 parent ad620c7 commit ec27af3

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

scripts/style.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ s%^./%%
139139
# pod gen output
140140
\%^gen/% d
141141
142-
# FirestoreEncoder is under 'third_party' for licensing reasons but should be
143-
# formatted.
144-
\%Firestore/third_party/FirestoreEncoder/.*\.swift% p
145-
146142
# Sources controlled outside this tree
147143
\%/third_party/% d
148144
@@ -151,20 +147,10 @@ s%^./%%
151147
152148
# Generated source
153149
\%/Firestore/core/src/util/config.h% d
154-
\%^GeneratedFirebaseAI/% d
155-
156-
# Generated Code for Data Connect sample
157-
\%/Examples/FriendlyFlix/app/FriendlyFlixSDK/% d
158-
159-
# Sources pulled in by travis bundler, with and without a leading slash
160-
\%^/?vendor/bundle/% d
161150
162151
# Sources pulled in by the Mint package manager
163152
\%^mint% d
164153
165-
# Auth Sample Objective-C does not format well
166-
\%^(FirebaseAuth/Tests/Sample/Sample)/% d
167-
168154
# Keep Firebase.h indenting
169155
\%^CoreOnly/Sources/Firebase.h% d
170156

0 commit comments

Comments
 (0)