You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
188 B
TOML
16 lines
188 B
TOML
3 years ago
|
version = 1
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "javascript"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
plugins = ["angular"]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "rust"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
msrv = "1.30.0"
|