Skip to content

Commit

Permalink
feat!: Remove staticcheck
Browse files Browse the repository at this point in the history
Is only updated after saving the buffer and duplicates build in
diagnostics
  • Loading branch information
Allaman committed Jan 18, 2024
1 parent 8ee5233 commit 8577e18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lua/config/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,5 @@ return {
"gotests",
"iferr",
"impl",
"staticcheck",
},
}
1 change: 0 additions & 1 deletion lua/core/plugins/lsp/none-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ nls.setup({
nls.builtins.formatting.black,
nls.builtins.formatting.goimports,
nls.builtins.formatting.gofumpt,
nls.builtins.diagnostics.staticcheck,
nls.builtins.formatting.latexindent.with({
extra_args = { "-g", "/dev/null" }, -- https://github.com/cmhughes/latexindent.pl/releases/tag/V3.9.3
}),
Expand Down

0 comments on commit 8577e18

Please sign in to comment.