From d74c6fbdc0513dc47e9e5eff972c1bcf0f24189b Mon Sep 17 00:00:00 2001 From: XeroOl Date: Sun, 26 Nov 2023 00:42:07 -0600 Subject: [PATCH] Disable the method check --- src/fennel-ls/state.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fennel-ls/state.fnl b/src/fennel-ls/state.fnl index c6dcdd8..2f0abb8 100644 --- a/src/fennel-ls/state.fnl +++ b/src/fennel-ls/state.fnl @@ -96,7 +96,7 @@ in the \"self\" object." :version (option "lua54") :checks {:unused-definition (option true) :unknown-module-field (option true) - :unnecessary-method (option true)}}) + :unnecessary-method (option false)}}) (λ make-configuration [?c] (make-configuration-from-template default-configuration ?c))