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

Please, consider replacing golint with staticcheck #114

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Conversation

springcomp
Copy link
Contributor

It seems golint has become obsolete and the repository is archived by its owner.
The author suggests alternatives such as go vet and staticcheck.

This PR replaces golint with staticcheck using the default configuration.

@springcomp springcomp marked this pull request as draft October 27, 2024 14:00
@springcomp
Copy link
Contributor Author

Hum… 🤔 having a hard time making this work inside GitHub actions…

@springcomp
Copy link
Contributor Author

I think I finally landed on something that works 😥

@springcomp springcomp marked this pull request as ready for review October 28, 2024 12:30
@springcomp springcomp requested a review from eddycharly October 28, 2024 12:30
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.68%. Comparing base (c2d05ae) to head (e4a005d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #114   +/-   ##
=======================================
  Coverage   88.68%   88.68%           
=======================================
  Files          16       16           
  Lines        2643     2643           
=======================================
  Hits         2344     2344           
  Misses        207      207           
  Partials       92       92           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@springcomp springcomp merged commit 4640d06 into main Jan 14, 2025
21 checks passed
@springcomp springcomp deleted the staticcheck branch January 14, 2025 09:08
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.

1 participant