mirror of
https://github.com/ollama/ollama.git
synced 2026-09-21 13:38:14 -05:00
golangci-lint ran with only-new-issues, which filters findings down to the lines a PR adds. That silently drops any issue a diff introduces at a distance, where the report anchors to a line the diff never touched. CI now is enabled to scan all files. This PR also fixes the last few straggler lint glitches outside of integration, which I'll tackle in a follow up PR.