golangci-lint v1.48.0 Release Notes

  • 👕 1. new linters

    • usestdlibvars:https://github.com/sashamelentyev/usestdlibvars ⚡️ 2. updated linters
    • contextcheck: disable linter
    • errcheck: from 1.6.1 to 1.6.2
    • gci: add missing custom-order setting
    • gci: from 0.5.0 to 0.6.0
    • ifshort: deprecate linter
    • nolint: drop allow-leading-space option and add "nolint:all"
    • revgrep: bump to HEAD 📚 3. documentation
    • remove outdated info on source install
      1. misc
    • go1.19 support