Skip to content

Commit 8bb50a1

Browse files
committed
UPSTREAM 1709: Ignore vendor directories in boilerplate check
(cherry picked from commit 1dd7990)
1 parent 4995309 commit 8bb50a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/boilerplate/boilerplate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def file_extension(filename):
158158
prune_dirs = [
159159
'_output',
160160
'.git',
161+
'vendor',
161162
]
162163

163164
# Paths to be ignored for boilerplate detection

0 commit comments

Comments
 (0)