diff options
| author | DeepSource Bot <bot@deepsource.io> | 2021-10-12 11:19:33 +0000 |
|---|---|---|
| committer | DeepSource Bot <bot@deepsource.io> | 2021-10-12 11:19:33 +0000 |
| commit | 25916c25684098bf2c5e881620f22bb8d30028dd (patch) | |
| tree | 4ea4daf73ec04c73f509833c7950c9cd95128c85 /.deepsource.toml | |
| parent | a8428221fe37ff1517cfb4b91745d462a5e6c6f1 (diff) | |
Add .deepsource.toml
Diffstat (limited to '.deepsource.toml')
| -rw-r--r-- | .deepsource.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.deepsource.toml b/.deepsource.toml new file mode 100644 index 0000000..9523a79 --- /dev/null +++ b/.deepsource.toml @@ -0,0 +1,13 @@ +version = 1 + +[[analyzers]] +name = "rust" +enabled = true + +[[analyzers]] +name = "go" +enabled = true + + [analyzers.meta] + import_root = "github.com/discordnova/nova" + dependencies_vendored = false
\ No newline at end of file |
