Skip to content

Commit 1dd7990

Browse files
committed
Ignore vendor directories in boilerplate check
1 parent 66e3799 commit 1dd7990

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)