Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jqshuv/short
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 19, 2024
2 parents 1da5ec2 + 8ecbcc4 commit 84f9e26
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
version = 1

test_patterns = ["src/**test/**"]
test_patterns = [
"src/**",
"test/**"
]

exclude_patterns = [
".release-it.js",
"scripts/**",
"commitlint.config.ts"
]

[[analyzers]]
name = "javascript"
Expand Down

0 comments on commit 84f9e26

Please sign in to comment.