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

vet: various cleanups #6780

Merged
merged 4 commits into from
Nov 10, 2023
Merged

vet: various cleanups #6780

merged 4 commits into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. vet: various cleanups

    - Use staticcheck for pkg comments instead of special code.
    - Remove golint use (it is deprecated & very slow).
    - Re-add deprecation warnings and update exclusions.
    - Add all checkers to staticcheck (e.g. mismatched receivers, underscores).
    - Add a manual check for misspelled test functions that prevent running.
    dfawley committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    23d8aa9 View commit details
    Browse the repository at this point in the history
  2. disable test that fails

    dfawley committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e0fbfe8 View commit details
    Browse the repository at this point in the history
  3. fully remove golint

    dfawley committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1cf4362 View commit details
    Browse the repository at this point in the history
  4. go.mod fixes

    dfawley committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    afbb0ad View commit details
    Browse the repository at this point in the history