Skip to content

Commit

Permalink
ci: Update .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] committed Jun 18, 2023
1 parent 51d5400 commit 9616b5a
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
version = 1

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

[analyzers.meta]
plugins = ["vue"]
environment = ["mocha"]
msrv = "stable"

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

[analyzers.meta]
import_root = "github.com/nanu-c/axolotl"
plugins = ["vue"]
environment = [
"mocha",
"vitest"
]

[[transformers]]
name = "prettier"

[[transformers]]
name = "rustfmt"

0 comments on commit 9616b5a

Please sign in to comment.