Skip to content

Releases: fatih/faillint

v1.14.0

10 Oct 16:57
24d8e46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.13.0

16 Apr 08:11
6cffdde
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.12.0

02 Apr 15:12
a9254ba
Compare
Choose a tag to compare

What's Changed

  • ci: update to latest version by @fatih in #42
  • update golang.org/x/tools to v0.19.0

Full Changelog: v1.11.0...v1.12.0

v1.11.0

12 Aug 08:01
270a811
Compare
Choose a tag to compare

What's Changed

  • Updates golang.org/x/tools to v0.1.12
  • Add mod tidy check with a better error description by @fatih in #34
  • Upgrade to Go 1.19 by @fatih in #36

Full Changelog: v1.10.0...v1.11.0

v1.10.0

10 May 14:42
8964499
Compare
Choose a tag to compare

What's Changed

Built binary with Go `1.180g

Full Changelog: v1.9.0...v1.10.0

v1.9.0

10 May 06:57
7e91bfd
Compare
Choose a tag to compare

What's Changed

  • Update CI settings with latest, add linter by @fatih in #29
  • Upgrade golang.org/x/tools to latest version by @joshmgross in #32

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

16 Dec 07:06
73df677
Compare
Choose a tag to compare

new release with dependency updates

v1.7.0

08 Mar 14:24
dfeee98
Compare
Choose a tag to compare

Changelog

dfeee98 Merge pull request #23 from fatih/update-actions-files

v1.6.1

08 Mar 11:01
Compare
Choose a tag to compare

Changelog

b94c706 Update go.sum

v1.5.0

01 Apr 17:43
eb3cc62
Compare
Choose a tag to compare

This release includes a new feature to select recursively all sub-paths for a given import path as well. The syntax is in the form of:

--paths "golang.org/x/net/..."

This means packags like golang.org/x/net/ including subpaths, such as golang.org/x/net/context, golang.org/x/net/netutil, etc.. will be also matched.

Code changes: #14