Skip to content

Commit 1533244

Browse files
authored
trim unrequired dirs and files from skipped list in boilerplate.py
1 parent c770edd commit 1533244

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

hack/boilerplate/boilerplate.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,10 @@ def file_extension(filename):
168168
'third_party',
169169
'vendor',
170170
'.venv',
171-
172-
# These files are generated by an external generator.
173-
'conformance/echo-basic/grpcechoserver',
174-
]
171+
]
175172

176173
# list all the files contain 'DO NOT EDIT', but are not generated
177-
skipped_ungenerated_files = [
178-
'hack/lib/swagger.sh', 'hack/boilerplate/boilerplate.py']
174+
skipped_ungenerated_files = ['hack/boilerplate/boilerplate.py']
179175

180176

181177
def normalize_files(files):

0 commit comments

Comments
 (0)