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

Enable new linters #1162

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Enable new linters #1162

wants to merge 7 commits into from

Commits on Jan 25, 2024

  1. Enable errname linter - checks that errors are prefixed with the Err

    Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
    ELENAGER committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bb7df42 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated linter flags

    Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
    ELENAGER committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b06e807 View commit details
    Browse the repository at this point in the history
  3. Enable unused-parameter revive flag

    Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
    ELENAGER committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6cf6325 View commit details
    Browse the repository at this point in the history
  4. Enable unused-receiver revive flag

    Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
    ELENAGER committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    836cc93 View commit details
    Browse the repository at this point in the history
  5. Enable confusing-results revive flag

    Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
    ELENAGER committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d466d29 View commit details
    Browse the repository at this point in the history
  6. Enable bool-literal-in-expr revive flag

    Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
    ELENAGER committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9cb41cc View commit details
    Browse the repository at this point in the history
  7. Enable confusing-naming revive flag

    Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
    ELENAGER committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6452c50 View commit details
    Browse the repository at this point in the history