Skip to content

Commit

Permalink
ci: update .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-io[bot] authored Oct 11, 2023
1 parent 1357548 commit 59b63c9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
version = 1

test_patterns = ["tests/**"]
[[analyzers]]
name = "test-coverage"

[[analyzers]]
name = "go"

exclude_patterns = ["sphinx-doc/**"]
[analyzers.meta]
import_root = "github.com/mpenning/ciscoconfparse"

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

[analyzers.meta]
runtime_version = "3.x.x"
runtime_version = "3.x.x"

0 comments on commit 59b63c9

Please sign in to comment.