Skip to content

Releases: dominikh/go-tools

Staticcheck 2019.1

02 Jan 05:58
2019.1
Compare
Choose a tag to compare

Staticcheck 2019.1 makes some major changes to the structure of the tools. Please make sure to read the full changelog before deploying it.

Staticcheck 2017.2.2

11 Jan 01:15
2017.2.2
Compare
Choose a tag to compare

Staticcheck 2017.2.2 fixes minor issues in unused, keyify and staticcheck:

  • unused: correctly apply the NoCopy exemption when using the -exported flag.
  • keyify: support external test packages (package foo_test)
  • staticcheck: disable SA4005 – the check, in its current form, is prone to false positives and will be reimplemented in a future release.

Staticcheck 2017.2.1

25 Nov 08:05
2017.2.1
Compare
Choose a tag to compare

Staticcheck 2017.2.1 fixes a small bug in the detection of deprecated objects, because of course no release can go without bugs!

The (admittedly very short) full changelog:

  • Staticcheck 2017.2 made the detection of deprecated objects Go-version aware. Unfortunately, this only worked correctly for fields and methods, but not package-level objects. This release fixes that.

Staticcheck 2017.2

20 Nov 10:49
2017.2
Compare
Choose a tag to compare

The 2017.2 release of the staticcheck suite of tools focuses on reducing friction – fewer false positives, more tools for suppressing unwanted output, and JSON output for easier integration with other tools.

The full changelog can be found at https://staticcheck.io/changes/2017.2