Skip to content

Commit

Permalink
update setup_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Aug 28, 2024
1 parent c041ade commit 8389adb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lua/tests/go_setup_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,8 @@ describe('should run func make', function()
-- print(vim.inspect(gosetup))
eq(gosetup.settings.gopls.analyses, {
ST1003 = false,
append = true,
asmdecl = true,
atomic = true,
fieldalignment = true,
fillreturns = true,
assign = true,
nilness = true,
nonewvars = true,
shadow = true,
undeclaredname = true,
unreachable = true,
unusedparams = false,
unusedvariable = true,
unusedwrite = true,
useany = true,
})
end)
Expand Down

0 comments on commit 8389adb

Please sign in to comment.