Browse Source

Update .deepsource.toml (#15753)

closed-social-v3
Shubhendra Singh Chauhan 3 years ago
committed by GitHub
parent
commit
fc145de238
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions
  1. +8
    -3
      .deepsource.toml

+ 8
- 3
.deepsource.toml View File

@ -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"
@ -12,7 +17,7 @@ enabled = true
[analyzers.meta]
environment = [
"nodejs",
"browser",
"jest"
"jest",
"nodejs"
]

Loading…
Cancel
Save