1.1.2 — Stderr release
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.