-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a lint action #108
Add a lint action #108
Conversation
The go vet is appended, because I have seen some important lint issues that are disabled by golangci-lint being reported by the vanilla go vet commnand
@goccy というわけで当然テストは落ちます! :) |
timeout しちゃってるみたいなので、何かしら設定してあげる必要がありそうです〜! |
これ、ローカルでもたまにあるんですけど、何回か走らせてると普通に動くんですよね… |
--timeou=5m ででるようになったみたいです。 これはちなみに、ですけど、go-jsonは他のプロジェクトに比べて明らかにgolangci-lintが遅い気がします! |
自動生成ファイルとか、一部のカバレッジ向上目的のでかいテストファイルを除いたりすると多少改善するかな... |
一度 master をとりこんでいただくと、 lint の error が解消されるかと思います...! |
僕の手元ではまだちょっとだけ残ってるみたいです。最初のやつはなんかそこだけ無視指定でいい気もしますが、最後の三つは対処したほうがよさそう。ちなみにgolangci-lint、すごいペースで新しいバージョンが出るので、僕と @goccy さんのバージョンがあってないとかもありそう。 ちなみに今見たらActionsに指定してたバージョンも古かったので一応このあと最新版にひきあげておきます(1.36.0)
|
|
検証のために #114 を作成してみました。 |
ああ。go vetととればいいのかな |
fixes #105