Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Apr 3, 2024
1 parent b36f486 commit 34a6054
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

exclude_patterns = ["docs/database"]
exclude_patterns = [
"**/generated/**",
"*.code-workspace",
"packages/db/.snaplet/**",
"packages/db/prisma/data-migrations/**",
"packages/db/prisma/migrations/**",
"packages/db/prisma/views/**",
"packages/ui/icon/iconList.ts",
"packages/ui/mockData/json/**",
]

[[analyzers]]
enabled = true
Expand Down

0 comments on commit 34a6054

Please sign in to comment.