ci: Disable staticcheck on tip-of-tree compiler.#664
Conversation
staticcheck only supports the latest 2 copmiler releases. Fixes google#662.
Codecov Report
@@ Coverage Diff @@
## master #664 +/- ##
=======================================
Coverage 68.18% 68.18%
=======================================
Files 41 41
Lines 7386 7386
=======================================
Hits 5036 5036
Misses 1909 1909
Partials 441 441 Continue to review full report at Codecov.
|
|
The PR description is a bit confusing: The title says "disable staticcheck on tip" but the description says "staticcheck only support latest 2 compiler versions" - but the tip is the most latest version I would think... |
Updated to clarify -- it did say "latest 2 compiler releases", and tip isn't a formal release. |
|
@aalexand can you merge? And/or add me as a project contributor so we can skip an extra roundtrip in the future. |
staticcheck only supports the latest 2 copmiler releases, not unreleased tip-of-tree versions.
Fixes #662.