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

✨ Import groups linting #240

Closed
wants to merge 2 commits into from

Commits on Apr 9, 2024

  1. Add gci linter for import grouping

    golangci-lint will now group imports in the following order:
    - standard library
    - 3rd party packages outside of our Github org
    - packages from our Github org
    - local imports from catalogd
    
    Signed-off-by: Tayler Geiger <tayler@redhat.com>
    trgeiger committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d2effd7 View commit details
    Browse the repository at this point in the history
  2. Apply new gci import grouping

    Signed-off-by: Tayler Geiger <tayler@redhat.com>
    trgeiger committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ca8e8bc View commit details
    Browse the repository at this point in the history