go.nvim/selene.toml

9 lines
160 B
TOML
Raw Normal View History

2022-07-26 16:21:58 +00:00
std="vim"
[rules]
global_usage = "allow"
multiple_statements = "allow"
incorrect_standard_library_use = "allow"
unused_variable = "allow"
deprecated = "allow"