gometalinter が deprecated になったので golangci-lint に移行しよう
gometalinter が deprecated になった
gometalinter is DEPRECATED and the project will be archived on 2019-04-07. See #590 for discussion.
Switch to golangci-lint.
gometalinter が deprecated になっています。
Issue を見ると、プロジェクトをメンテナンスする時間がなくなってしまったようです。2019-04-07 でアーカイブされるとのこと。
golangci-lint に移行しよう
golangci-lint は機能的には gometalinter とほぼ同等で、Go の色々な Linter をまとめて実行してくれるツールです。
README を見ると色々書いてありますが、gometalinter より高速に動作することだったり、golangci-lint のバイナリに色々な Linter が含まれているため各種 Linter を個別でダウンロードしなくてよくなる点が強みです。基本的に問題なく移行できるかと思います。
というわけで、golangci-lint に移行しようというお話でした。
以前どこかで LT した資料: