]> cat aescling's git repositories - mastodon.git/blob - .deepsource.toml
Fix WebUI crashing when SVG support is disabled (#15809)
[mastodon.git] / .deepsource.toml
1 version = 1
2
3 test_patterns = ["app/javascript/mastodon/**/__tests__/**"]
4
5 exclude_patterns = [
6 "db/migrate/**",
7 "db/post_migrate/**"
8 ]
9
10 [[analyzers]]
11 name = "ruby"
12 enabled = true
13
14 [[analyzers]]
15 name = "javascript"
16 enabled = true
17
18 [analyzers.meta]
19 environment = [
20 "browser",
21 "jest",
22 "nodejs"
23 ]
This page took 0.072658 seconds and 4 git commands to generate.