Skip to content

Commit 64f8b77

Browse files
committed
add generated detection for protoc generated files
Signed-off-by: Pierre Tardy <[email protected]>
1 parent 9ff0880 commit 64f8b77

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)