c8d11b8bdb
* Added .deepsource.toml * Removed bad use of `alias` * Fixed operand order in the binary expression * Prefixed unused method arguments with an underscore * Replaced the old OpenSSL algorithmic constants with the newer strings initializers. * Removed unnecessary UTF-8 encoding comment
18 lines
250 B
TOML
18 lines
250 B
TOML
version = 1
|
|
|
|
test_patterns = ["/app/javascript/mastodon/**/__tests__/**"]
|
|
|
|
[[analyzers]]
|
|
name = "ruby"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
environment = [
|
|
"nodejs",
|
|
"browser",
|
|
"jest"
|
|
]
|