Skip to content

Commit

Permalink
Add deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Apr 1, 2022
1 parent 1ec86dd commit 917381b
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

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

[analyzers.meta]
dockerfile_paths = [
"Dockerfile",
"Dockerfile.caprover"
]

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

[analyzers.meta]
import_root = "github.com/DivideProjects/RestrictChannelRobot"
dependencies_vendored = true

0 comments on commit 917381b

Please sign in to comment.