gopasspw / gopass

The slightly more awesome standard unix password manager for teams
https://www.gopass.pw/
MIT License
5.93k stars 497 forks source link

chore: Switch to static list of linters #2882

Closed dominikschulz closed 5 months ago

dominikschulz commented 6 months ago

The old approach was prone to random CI failures when a golangci-lint was updated and did enable new linters. This approach means we will have to update the include list from time to time but won't get random CI failures.