Skip to content
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

🌱 specify golangci-lint version in action #1353

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

spencerschrock
Copy link
Contributor

If we don't set it, the action uses the latest release, which changes outside our control.
Version changes should be controlled, as new linter versions often lead to new findings which need to be dealt with.

Also use timeout instead of deadline in our configuration.
deadline was deprecated in 2019 and support was removed in v1.57.0 of golangci-lint

If we don't set it, the action uses the latest release.
Version changes should be controlled, as new linter versions
often lead to new findings which need to be dealt with.

Signed-off-by: Spencer Schrock <sschrock@google.com>
deadline was deprecated in 2019 and support was removed in v1.57.0 of golangci-lint

Signed-off-by: Spencer Schrock <sschrock@google.com>
@spencerschrock spencerschrock requested review from a team, justaugustus and raghavkaul and removed request for a team March 22, 2024 20:02
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.17%. Comparing base (50aaf84) to head (9c8c549).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1353   +/-   ##
=======================================
  Coverage   63.17%   63.17%           
=======================================
  Files           4        4           
  Lines         296      296           
=======================================
  Hits          187      187           
  Misses         94       94           
  Partials       15       15           

@spencerschrock spencerschrock merged commit d58f6f3 into ossf:main Mar 26, 2024
11 checks passed
@spencerschrock spencerschrock deleted the partial-linter-fix branch March 26, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants