Files
gentags.nvim/selene.toml
linrongbin16 e9b0096fb6 chore(commons): upgrade 'commons' (#32)
perf(disabled): allow disable specific filenames/filetypes/workspaces (#32)
2024-03-06 17:45:17 +08:00

14 lines
225 B
TOML

std = "vim"
exclude = [
"lua/gentags/commons/*.lua",
"lua/gentags/commons/*/*.lua",
"lua/gentags/commons/*/*/*.lua",
]
[lints]
mixed_table = "allow"
unused_variable = "allow"
incorrect_standard_library_use = "allow"