Skip to content

Commit

Permalink
Ignore Analyzers Package in DeepSource Config (#8467)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan authored Feb 17, 2021
1 parent 6f24384 commit 1ba414b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
version = 1

exclude_patterns = ["tools/analyzers/**"]

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

[analyzers.meta]
import_paths = ["github.com/prysmaticlabs/prysm"]
[analyzers.meta]
import_paths = ["github.com/prysmaticlabs/prysm"]

[[analyzers]]
name = "test-coverage"
Expand Down

0 comments on commit 1ba414b

Please sign in to comment.