Skip to content

v1.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 23:25
· 45 commits to master since this release
f8e122f

Changelog

  • fd9a130 Add denyRegex support for import-alias-naming rule (#927)
  • 5ccebe8 Code cleaunp (#905)
  • d631844 Fix link to the build (#911)
  • cd2737a Load config from different locations prefer XDG_CONFIG_HOME before HOME (#912)
  • 9a2eab3 [dot-imports] support allow list of packages (#939)
  • d3aa99c chore(deps): update module github.com/spf13/afero to v1.11.0 (#945)
  • cdb8268 cleanup rules descriptions (#908)
  • 70ceb1c cleanup: removes or names unused parameters and receivers to _ (#907)
  • 29ba247 cli: refactor tests: use TestMain, t.Setenv (#931)
  • 36c2ee2 code cleanup: replace interface{} with any (#906)
  • 5c69df7 doc: fix examples (#899)
  • 9e80d93 extend parsing instructions to use json object instead of plain txt (#929)
  • 8d5724f feat: add support for enforce-repeated-arg-type-style rule (#953)
  • 5009140 feat: add support for enforce-slice-style rule (#900)
  • bcae8c7 fix trailing whitespaces (#917)
  • 12dd587 fix(deps): update module github.com/fatih/color to v1.16.0 (#933)
  • 8dbd587 fix(deps): update module golang.org/x/tools to v0.14.0 (#915)
  • cdc8caf fix(deps): update module golang.org/x/tools to v0.15.0 (#935)
  • 2862d06 fix(deps): update module golang.org/x/tools to v0.16.0 (#944)
  • 90b2112 fix(deps): update module golang.org/x/tools to v0.16.1 (#949)
  • f8e122f fix: add-constant struct tags in anonymous struct literals false positive (#954)
  • 2a1701a fix: enable tests in the test/utils.go file (#930)
  • 07eb596 fix: ignore dot import aliases in import-alias-naming rule (#938)
  • fb5bbe7 fix: literal calls case (#909)
  • 25ae73a fix:ignore color marks when compare stings in test (#926)
  • cb72bd8 formatters return output (#921)
  • 7da6a39 modifies-value-receiver: warn on slice or map (#943)
  • 1ef3c0f refactor: remove refs to io/ioutil (#918)
  • ccae54e refactor: remove unused parameter from pick function (#932)
  • 573f715 var-naming: avoid allocations with (*regexp.Regexp).MatchString (#928)
  • 782f0f1 variable to skip package name checks (#941)