Update .deepsource.toml (#15753)

This commit is contained in:
Shubhendra Singh Chauhan 2021-02-19 14:23:25 +05:30 committed by GitHub
parent ab9c2ed98d
commit fc145de238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,11 @@
version = 1 version = 1
test_patterns = ["/app/javascript/mastodon/**/__tests__/**"] test_patterns = ["app/javascript/mastodon/**/__tests__/**"]
exclude_patterns = [
"db/migrate/**",
"db/post_migrate/**"
]
[[analyzers]] [[analyzers]]
name = "ruby" name = "ruby"
@ -12,7 +17,7 @@ enabled = true
[analyzers.meta] [analyzers.meta]
environment = [ environment = [
"nodejs",
"browser", "browser",
"jest" "jest",
"nodejs"
] ]