Skip to content

Commit 4014304

Browse files
authored
Merge pull request #1709 from shiftstack/vendor-boilerplate
🌱 Ignore vendor directories in boilerplate check
2 parents ba87a62 + 1dd7990 commit 4014304

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)