From e4385ea2aba0efb9bd8d13bebe634333d4f30e93 Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 14 Jan 2024 02:23:17 +0100 Subject: [PATCH] chore: delete luarc --- .luacheckrc | 72 ----------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc deleted file mode 100644 index 43edd08..0000000 --- a/.luacheckrc +++ /dev/null @@ -1,72 +0,0 @@ -files["**/*.lua"] = { - read_globals = { - vim = { - fields = { - api = { - other_fields = true, - read_only = true, - }, - cmd = { - other_fields = true, - read_only = true, - }, - defer_fn = { - read_only = true, - }, - diagnostic = { - other_fields = true, - read_only = true, - }, - fn = { - other_fields = true, - read_only = true, - }, - fs = { - other_fields = true, - read_only = true, - }, - g = { - other_fields = true, - read_only = false, - }, - keymap = { - other_fields = true, - read_only = true, - }, - loop = { - other_fields = true, - read_only = true, - }, - lsp = { - fields = { - handlers = { - other_fields = true, - read_only = false, - } - }, - other_fields = true, - read_only = true, - }, - notify = { - read_only = false, - }, - o = { - other_fields = true, - read_only = false, - }, - opt = { - other_fields = true, - read_only = false, - }, - v = { - other_fields = true, - read_only = true, - }, - F = { - other_fields = true, - read_only = true, - }, - }, - }, -}, -}