f45b072606
* feat: improve queries * chore: format files
9 lines
162 B
TOML
9 lines
162 B
TOML
std = "vim"
|
|
|
|
[rules]
|
|
global_usage = "allow"
|
|
multiple_statements = "allow"
|
|
incorrect_standard_library_use = "allow"
|
|
unused_variable = "allow"
|
|
deprecated = "allow"
|