Skip to content

Commit

Permalink
Add golangci linter to go pack
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanthzen committed Sep 19, 2024
1 parent 2294ae8 commit 7e67513
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,13 @@ return {
},
},
},
{
"mfussenegger/nvim-lint",
optional = true,
opts = {
linters_by_ft = {
go = { "golangcilint" },
},
},
},
}

0 comments on commit 7e67513

Please sign in to comment.