Skip to content

Commit

Permalink
Merge pull request #1055 from nanu-c/deepsource-config-d7cd521f
Browse files Browse the repository at this point in the history
ci: Update .deepsource.toml
  • Loading branch information
nanu-c authored Jun 18, 2023
2 parents 51d5400 + 9616b5a commit 2dd2d08
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 2dd2d08

Please sign in to comment.