diff options
| author | Peter Lithammer <peter.lithammer@gmail.com> | 2021-11-15 10:18:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 01:18:53 -0800 |
| commit | 9910bd69fa99905e7cd54c49e293ddacae3650ae (patch) | |
| tree | 6d7370b7371cdc4d35c1396ac94447cc3333133d /neovim.toml | |
| parent | chore: clean up unused function args (#1426) (diff) | |
| download | nvim-lspconfig-9910bd69fa99905e7cd54c49e293ddacae3650ae.tar nvim-lspconfig-9910bd69fa99905e7cd54c49e293ddacae3650ae.tar.gz nvim-lspconfig-9910bd69fa99905e7cd54c49e293ddacae3650ae.tar.bz2 nvim-lspconfig-9910bd69fa99905e7cd54c49e293ddacae3650ae.tar.lz nvim-lspconfig-9910bd69fa99905e7cd54c49e293ddacae3650ae.tar.xz nvim-lspconfig-9910bd69fa99905e7cd54c49e293ddacae3650ae.tar.zst nvim-lspconfig-9910bd69fa99905e7cd54c49e293ddacae3650ae.zip | |
ci: add Selene linter (#904)
* see https://github.com/Kampfkarren/selene
Diffstat (limited to 'neovim.toml')
| -rw-r--r-- | neovim.toml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/neovim.toml b/neovim.toml new file mode 100644 index 00000000..26ba9220 --- /dev/null +++ b/neovim.toml @@ -0,0 +1,31 @@ +[selene] +base = "lua51" +name = "neovim" + +[vim] +any = true + +[[assert.args]] +type = "bool" + +[[assert.args]] +type = "string" +required = false + +[[after_each.args]] +type = "function" + +[[before_each.args]] +type = "function" + +[[describe.args]] +type = "string" + +[[describe.args]] +type = "function" + +[[it.args]] +type = "string" + +[[it.args]] +type = "function" |
