Skip to content

1.1.2 — Stderr release

Choose a tag to compare

@cixtor cixtor released this 02 Apr 06:21
· 23 commits to master since this release
463ca84

The linter plugin will now display a warning when the underlaying linter binary errors via /dev/stderr. This will allow people to investigate possible issues with their Go setup, specially with Go Modules, and with projects that are using canonical import paths. This release is possible thanks to the contributions made by @kortschak who originally discovered the missing information via this issue.