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

MON-3654: use Go standard errors package instead of github.com/pkg/errors #2224

Merged
merged 2 commits into from
Jan 12, 2024

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    d94dbbd View commit details
    Browse the repository at this point in the history
  2. chore: add errorlint and depguard linters and fix gci linter config.

    errorlint: 'check for code that could be problematic with the error wrapping scheme'
    depguard: to prevent the use of the deprecated 'github.com/pkg/errors'.
    machine424 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    06fa2cf View commit details
    Browse the repository at this point in the history