Skip to content

Commit 806db9d

Browse files
authored
Merge pull request #2504 from tardyp/generated
add generated detection for protoc generated files
2 parents 9ff0880 + 64f8b77 commit 806db9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/summarycode/generated.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ def generated_scanner(location, **kwargs):
161161
'This file has been automatically created by',
162162
'Please do not edit this file, all changes will be lost',
163163

164+
# protoc
165+
'Generated by the protocol buffer compiler. DO NOT EDIT!',
166+
164167
))
165168

166169

0 commit comments

Comments
 (0)