Skip to content

Releases: jgautheron/goconst

v1.7.1

20 Mar 20:37
2a0e5de
Compare
Choose a tag to compare

What's Changed

  • Revert "fix bug about not support more operations on string (#21)" by @macabu in #28

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

10 Nov 13:58
4945fde
Compare
Choose a tag to compare

What's Changed

  • regexp based false positive strings filtration by @tarasmadan in #23

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

28 Aug 09:33
fd5a494
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

1.5.1

09 Jun 19:01
9ea1afc
Compare
Choose a tag to compare
Actually use IgnoreTests from the API. (#18)

Because the API took a list of `*File`s, it didn't actually skip tests
as ParseTree did. This checks the name of each file before visiting its
AST.

1.5.0

09 Jun 14:39
1ab85de
Compare
Choose a tag to compare
add IgnoreTests to API, so API users can exclude tests as well. (#17)

1.4.0

17 Nov 15:03
Compare
Choose a tag to compare
Making type of registered events configurable

Fix missing ProcessResults call

08 Nov 21:59
Compare
Choose a tag to compare
1.3.2

Adding missing ProcessResults() call

1.3.1

08 Nov 14:12
Compare
Choose a tag to compare
Improvements after review

Expose API

08 Nov 13:35
Compare
Choose a tag to compare
1.3.0

Expose API

1.2.0

20 Sep 20:16
Compare
Choose a tag to compare
  • Add set-exit-status flag #10