From 9de34fe9126192dcd32cfa04ff8e16e42196df28 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Fri, 7 Oct 2022 17:27:21 +0300 Subject: [PATCH] chore(lsp): disable type checking --- lua/gopher/_utils/init.lua | 1 + lua/gopher/_utils/ts/init.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/lua/gopher/_utils/init.lua b/lua/gopher/_utils/init.lua index ccae1b5..190574f 100644 --- a/lua/gopher/_utils/init.lua +++ b/lua/gopher/_utils/init.lua @@ -1,3 +1,4 @@ +---@diagnostic disable: param-type-mismatch return { ---@param t table ---@return boolean diff --git a/lua/gopher/_utils/ts/init.lua b/lua/gopher/_utils/ts/init.lua index a6f306b..ee24f49 100644 --- a/lua/gopher/_utils/ts/init.lua +++ b/lua/gopher/_utils/ts/init.lua @@ -1,3 +1,4 @@ +---@diagnostic disable: param-type-mismatch local nodes = require "gopher._utils.ts.nodes" local u = require "gopher._utils" local M = {