Browse Source

Remove DesspSouce config (#23513)

closed-social-glitch-2
Nick Schonning 1 year ago
committed by GitHub
parent
commit
719bb799be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions
  1. +0
    -23
      .deepsource.toml

+ 0
- 23
.deepsource.toml View File

@ -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