go.nvim/selene.toml
Amaan Qureshi f45b072606
feat: improve queries (#316)
* feat: improve queries

* chore: format files
2023-03-31 14:10:36 +11:00

9 lines
162 B
TOML

std = "vim"
[rules]
global_usage = "allow"
multiple_statements = "allow"
incorrect_standard_library_use = "allow"
unused_variable = "allow"
deprecated = "allow"