Remove DesspSouce config (#23513)

lolsob-rspec
Nick Schonning 2023-02-10 16:04:13 -05:00 committed by GitHub
parent 3c1e48d304
commit 5eac0c92d5
1 changed files with 0 additions and 23 deletions

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"
]