Skip to content

Commit

Permalink
neovim: update golangci-lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Feb 19, 2024
1 parent a82f182 commit 6b2fd23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ return {
on_attach = lsp_utils.on_attach,
sources = {
-- diagnostics
null_ls.builtins.diagnostics.golangci_lint.with({
extra_args = { '--config', vim.fn.expand('$HOME/dotfiles/golangci-lint/golangci.yml') },
}),
null_ls.builtins.diagnostics.golangci_lint,
null_ls.builtins.diagnostics.hadolint,
null_ls.builtins.diagnostics.jsonlint,
null_ls.builtins.diagnostics.markdownlint.with({
Expand Down

0 comments on commit 6b2fd23

Please sign in to comment.