1
0
Fork 1
forked from fedi/mastodon

Remove DesspSouce config (#23513)

This commit is contained in:
Nick Schonning 2023-02-10 16:04:13 -05:00 committed by talon
parent 6bba962168
commit 42b0e1978e

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