go.nvim/selene.toml

9 lines
162 B
TOML
Raw Normal View History

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