Skip to content

Commit

Permalink
Merge pull request #37 from csc530/deepsource-config-eb0cfb44
Browse files Browse the repository at this point in the history
ci: update .deepsource.toml
  • Loading branch information
csc530 authored Dec 11, 2023
2 parents 5684283 + 5f748c5 commit 9bcca98
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
version = 1

exclude_patterns = [
"dist/**",
".vuepress/.**"
"dist/**",
".vuepress/dist",
".vuepress/.temp",
".vuepress/.cache"
]

[[analyzers]]
name = "javascript"

[analyzers.meta]
plugins = ["vue"]
[analyzers.meta]
plugins = ["vue"]
environment = [
"nodejs",
"browser"
]

[[analyzers]]
name = "secrets"

0 comments on commit 9bcca98

Please sign in to comment.