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

[WIP] New rule use-errors-new (propose replacing fmt.Errorf by errors.New when possible) #1136

Closed
wants to merge 9 commits into from

Commits on Nov 18, 2024

  1. initial working version

    chavacava committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    77b1bf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    8d72c32 View commit details
    Browse the repository at this point in the history
  2. refactor: move functions out from utils.go (#1139)

    alexandear authored and chavacava committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6f6316c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c08023 View commit details
    Browse the repository at this point in the history
  4. feat: add redundant-build-tag rule (#1135)

    alexandear authored and chavacava committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    76b64c0 View commit details
    Browse the repository at this point in the history
  5. initial working version

    chavacava committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    60af015 View commit details
    Browse the repository at this point in the history
  6. final version

    chavacava committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    182296f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8692e83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44fca17 View commit details
    Browse the repository at this point in the history