Remove DesspSouce config (#23513)

local
Nick Schonning 1 year ago committed by GitHub
parent bae17ebe5e
commit 719bb799be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      .deepsource.toml

@ -1,23 +0,0 @@
version = 1
test_patterns = ["app/javascript/mastodon/**/__tests__/**"]
exclude_patterns = [
"db/migrate/**",
"db/post_migrate/**"
]
[[analyzers]]
name = "ruby"
enabled = true
[[analyzers]]
name = "javascript"
enabled = true
[analyzers.meta]
environment = [
"browser",
"jest",
"nodejs"
]
Loading…
Cancel
Save