aboutsummaryrefslogtreecommitdiffstats
path: root/selene.toml
diff options
context:
space:
mode:
authorRaphael <glephunter@gmail.com>2023-11-14 13:24:37 +0800
committerGitHub <noreply@github.com>2023-11-14 13:24:37 +0800
commit98a60713de0b57eb545cb0e67088b3ff6aae45a1 (patch)
tree26be2bc1ab84c42316a338ab860ca7d3fbd6ff02 /selene.toml
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-98a60713de0b57eb545cb0e67088b3ff6aae45a1.tar
nvim-lspconfig-98a60713de0b57eb545cb0e67088b3ff6aae45a1.tar.gz
nvim-lspconfig-98a60713de0b57eb545cb0e67088b3ff6aae45a1.tar.bz2
nvim-lspconfig-98a60713de0b57eb545cb0e67088b3ff6aae45a1.tar.lz
nvim-lspconfig-98a60713de0b57eb545cb0e67088b3ff6aae45a1.tar.xz
nvim-lspconfig-98a60713de0b57eb545cb0e67088b3ff6aae45a1.tar.zst
nvim-lspconfig-98a60713de0b57eb545cb0e67088b3ff6aae45a1.zip
fix(ci): allow mixed_table in selence (#2895)
Diffstat (limited to 'selene.toml')
-rw-r--r--selene.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/selene.toml b/selene.toml
index deeb3976..08829537 100644
--- a/selene.toml
+++ b/selene.toml
@@ -4,3 +4,4 @@ std = "neovim"
global_usage = "allow"
multiple_statements = "allow"
incorrect_standard_library_use = "allow"
+mixed_table = "allow"