Skip to content

Staticcheck 2020.1.3

Compare
Choose a tag to compare
@dominikh dominikh released this 22 Feb 11:58
· 753 commits to master since this release
2020.1.3

This release fixes two bugs involving //lint:ignore directives:

  • When ignoring U1000 and checking a package that contains tests, Staticcheck would incorrectly complain that the linter directive didn't match any problems, even when it did.
  • On repeated runs, the position information for a "this linter directive didn't match anything" report would either be missing, or be wildly incorrect.