Skip to content

Commit

Permalink
Update .deepsource.toml (mastodon#15753)
Browse files Browse the repository at this point in the history
  • Loading branch information
withshubh authored and chrisguida committed Feb 26, 2022
1 parent 751083b commit 2479782
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version = 1

test_patterns = ["/app/javascript/mastodon/**/__tests__/**"]
test_patterns = ["app/javascript/mastodon/**/__tests__/**"]

exclude_patterns = [
"db/migrate/**",
"db/post_migrate/**"
]

[[analyzers]]
name = "ruby"
Expand All @@ -12,7 +17,7 @@ enabled = true

[analyzers.meta]
environment = [
"nodejs",
"browser",
"jest"
"jest",
"nodejs"
]

0 comments on commit 2479782

Please sign in to comment.