languages/go: fix scope of golangci-lint

This commit is contained in:
RoastedCheese 2026-05-19 13:57:53 +02:00
commit 198986b3fb
No known key found for this signature in database
GPG key ID: ACFA5BAF88B22D43
2 changed files with 31 additions and 9 deletions

View file

@ -551,4 +551,8 @@ https://github.com/gorbit99/codewindow.nvim
- Allow `vim.treesitter.context.setupOpts.max_lines` to also be given as a
string in order to allow percentage values like `"20%"`
[RoastedCheese](https://github.com/roastedcheese):
- Fix `golangci-lint` to lint at the package level.
<!-- vim: set textwidth=80: -->