Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Update exclude patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jai-deepsource authored and Sanket Saurav committed Dec 6, 2018
1 parent ccb0de9 commit e29df95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ test_patterns = [
"tests/"
]

exclude_patters = [
"beacon/beacon_pb2.py",
"beacon/beacon_pb2_grpc.py"
]

[[analyzers]]
name = "python"
enabled = true

0 comments on commit e29df95

Please sign in to comment.