Skip to content

0.8.0

Compare
Choose a tag to compare
@svengreb svengreb released this 27 Apr 18:36
· 13 commits to main since this release
v0.8.0

Release Date: 2021-04-27 Project Board Milestone

Show all commits

Improvements

Update to golangci-lint v1.39.x#56#57 (⊶ 3e60efb)

golangci-lint version 1.39.0 introduced new linters and updated supported ones:

  1. predeclared (v1.35.0) — Checks for definitions and declarations that shadows one of Go's pre-declared identifiers.
    This linter is disabled by default, but will be enabled for this template to help to prevent shadowed identifiers.
  2. interfacer (v1.38.0) — Has been deprecated and will be removed from the enabled linter in this template.
  3. scopelint (v1.39.0) — Has been deprecated and will be replaced by exportloopref.
    The exportloopref linter is disabled by default, but will be enabled for this template to help to catch loop variable bugs.
Update to tmpl template repository version 0.9.0#58#59 (⊶ 5f0b1cf)

↠ Updated to tmpl version 0.9.0 which moves from Yarn back to npm again, improves and clarifies the handling of lockfiles and comes with some major Node package dependency & GitHub action version updates.

The full changelog is available in the repository

Copyright © 2019-present Sven Greb