forked from treehouse/mastodon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
319 B
23 lines
319 B
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" |
|
]
|
|
|