Fix exclude pattern of license proto on DeepSource
Seems this ** way didn't work for whatever reason.
This commit is contained in:
parent
683c3360a5
commit
aaf2362634
|
@ -1,7 +1,7 @@
|
|||
version = 1
|
||||
|
||||
exclude_patterns = [
|
||||
"**_pb2.py" # protobuf files
|
||||
"pywidevine/license_protocol_pb2.py"
|
||||
]
|
||||
|
||||
[[analyzers]]
|
||||
|
|
Loading…
Reference in New Issue