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

chore: bump golangci-lint to v1.52 #274

Merged
merged 3 commits into from
Mar 20, 2023
Merged

Conversation

tri-adam
Copy link
Member

@tri-adam tri-adam commented Mar 20, 2023

Bump golangci-lint to v1.52. Replace individual nolint lines with errorf-multi: false in global CI config (#265). Re-enable unused linter (closes #269).

@tri-adam tri-adam self-assigned this Mar 20, 2023
Replace individual 'nolint' lines with linter configuration.
@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2023

Codecov Report

Merging #274 (da4fe3e) into main (20e4326) will increase coverage by 0.04%.
The diff coverage is 80.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #274      +/-   ##
==========================================
+ Coverage   72.88%   72.93%   +0.04%     
==========================================
  Files          35       35              
  Lines        2914     2908       -6     
==========================================
- Hits         2124     2121       -3     
+ Misses        636      634       -2     
+ Partials      154      153       -1     
Impacted Files Coverage Δ
pkg/integrity/digest.go 91.42% <ø> (-0.24%) ⬇️
pkg/integrity/dsse.go 72.07% <0.00%> (-0.25%) ⬇️
pkg/integrity/clearsign.go 83.63% <100.00%> (ø)
pkg/sif/create.go 73.48% <100.00%> (+0.55%) ⬆️
pkg/siftool/siftool.go 92.50% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tri-adam tri-adam marked this pull request as ready for review March 20, 2023 14:06
@tri-adam tri-adam merged commit 8ef55c4 into sylabs:main Mar 20, 2023
@tri-adam tri-adam deleted the bump-linter branch March 20, 2023 14:10
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.

Re-enable "unused" linter
3 participants