Skip to content

Conversation

@r-vasquez
Copy link
Contributor

This bump increased the accuracy and the report
showed up to 100 issues. One of the major changes
that were not fixed by the --fix flag were:

  • Package naming: common -> better names
  • net, os, utils -> netutil, osutil, rpkutil to avoid collision with standard naming packages
  • Context handling in the container package. We were using a context.Background with a timeout instead of the command context.

There are further improvements to be made as
moving away from some of the code in rpkutil and
eliminating the containerutil package but these
will be handled in separate commits to not hinder
the review of this one.

In addition we are also bumping the golangci-lint
version in our Github Actions.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v25.3.x
  • v25.2.x
  • v25.1.x

Release Notes

  • none

This bump increased the accuracy and the report
showed up to 100 issues. One of the major changes
that were not fixed by the `--fix` flag were:

- Package naming: common -> better names
- net, os, utils -> netutil, osutil, rpkutil to
  avoid collision with standard naming packages
- Context handling in the container package. We
  were using a context.Background with a timeout
  instead of the command context.

There are further improvements to be made as
moving away from some of the code in rpkutil and
eliminating the containerutil package but these
will be handled in separate commits to not hinder
the review of this one.

In addition we are also bumping the golangci-lint
version in our Github Actions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant