operator-framework / rukpak

RukPak runs in a Kubernetes cluster and defines APIs for installing cloud native content
Apache License 2.0
51 stars 50 forks source link

change this to `localmodule` when golangci-lint #867

Open github-actions[bot] opened 2 months ago

github-actions[bot] commented 2 months ago

is updated to 1.58+

https://github.com/operator-framework/rukpak/blob/40c8ba190e2cb2901fb51befbfddd2a82e7b0e7a/.golangci.yaml#L48


  - whitespace

linters-settings:
  gci:
    sections:
      - standard
      - dot
      - default
      - prefix(github.com/operator-framework)

      # TODO: change this to `localmodule` when golangci-lint
      # is updated to 1.58+
      - prefix(github.com/operator-framework/rukpak)
    custom-order: true

  errorlint:
    errorf: false
github-actions[bot] commented 1 week ago

This issue has become stale because it has been open 60 days with no activity. The maintainers of this repo will remove this label during issue triage or it will be removed automatically after an update. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.