Skip to content

Commit

Permalink
Add .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsourcebot committed May 17, 2022
1 parent 4832a2d commit 04e0fa0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version = 1

test_patterns = ["test/**"]

exclude_patterns = [
"docs/**",
".github/**"
]

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

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

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

0 comments on commit 04e0fa0

Please sign in to comment.