Skip to content

Releases: timonwong/loggercheck

v0.9.4

21 Feb 01:31
5009785
Compare
Choose a tag to compare

What's Changed

  • fix simple typo by @lpmi-13 in #41
  • chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #44
  • chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #42
  • chore(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0 by @dependabot in #43
  • Allow string constants in other file and other package to work by @steve-261370 in #54

New Contributors

Full Changelog: v0.9.3...v0.9.4

v0.9.3

06 Sep 02:54
7395ab8
Compare
Choose a tag to compare

What's Changed

  • chore: add index for ruleset list by @timonwong in #36
  • test: add tests for generic custom functions by @timonwong in #37
  • feat: simplify rules for receiver with type parameters by @timonwong in #39

Full Changelog: v0.9.2...v0.9.3

v0.9.2

01 Sep 01:42
7e34430
Compare
Choose a tag to compare

What's Changed

  • fix: do not check printflike arg in keyandvalues by @timonwong in #33
  • fix: refactor and re-enable checks for printf-link in key value pairs by @timonwong in #34
  • fix: typo in API by @timonwong in #35

Full Changelog: v0.9.0...v0.9.2

v0.9.0

31 Aug 16:40
ef578c4
Compare
Choose a tag to compare

What's Changed

  • feat: add -noprintflike to check format specifiers by @timonwong in #32

Full Changelog: v0.8.0...v0.9.0

v0.8.0

30 Aug 07:30
48def35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

30 Aug 06:44
5b1d33b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Aug 02:50
1fd3821
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Aug 05:14
95aac08
Compare
Choose a tag to compare

What's Changed

  • feat: allow add custom logger by @ttys3 in #19
  • refactor: rename methodrule -> funcrule and improve coverage by @timonwong in #21
  • refactor: make config options be consistent with the cli style by @ttys3 in #22
  • feat: index func names (fast path) to improve performance by @timonwong in #23

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 Aug 13:50
a05b1e1
Compare
Choose a tag to compare

What's Changed

  • refactor: Rename to github.com/timonwong/loggercheck by @timonwong in #20

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Aug 10:20
ae74b16
Compare
Choose a tag to compare

What's Changed

Full Changelog: timonwong/logrlint@v0.3.0...v0.4.0