Add .deepsource.toml

This commit is contained in:
DeepSource Bot
2021-05-01 19:27:35 +00:00
parent eb4176db3f
commit c9829910f2

15
.deepsource.toml Normal file
View File

@@ -0,0 +1,15 @@
version = 1
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_root = "github.com/Charroja/TorrServer"
[[analyzers]]
name = "javascript"
enabled = true
[analyzers.meta]
plugins = ["react"]