summaryrefslogtreecommitdiffstats
path: root/dot_config/nvim/selene.toml
blob: e7005c33169df0bb7c8d03e583da1024d0865406 (plain) (blame)
1
2
3
4
5
6
7
8
std = "neovim"

[rules]
global_usage = "allow"
if_same_then_else = "allow"
incorrect_standard_library_use = "allow"
mixed_table = "allow"
multiple_statements = "allow"