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

style: Make proper imports ordering #2960

Merged
merged 2 commits into from
Jun 26, 2024
Merged

style: Make proper imports ordering #2960

merged 2 commits into from
Jun 26, 2024

Conversation

e-sumin
Copy link
Contributor

@e-sumin e-sumin commented Jun 26, 2024

Change Overview

Since we are trying to keep imports ordered consistently, this PR contains reordering of wrongly grouped imports.
find . -type f -name '*.go' -exec goimports -w -d -local github.com/kanisterio/kanister {} \; command was used

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test
  • 🏗️ Build

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@PrasadG193
Copy link
Contributor

@saima-s this might be related to the linter checks you are adding. PTAL

@saima-s
Copy link
Contributor

saima-s commented Jun 26, 2024

@saima-s this might be related to the linter checks you are adding. PTAL

yes, this PR has other changes as well associated with stylecheck linter apart from import sort.

@e-sumin e-sumin added the kueue label Jun 26, 2024
@mergify mergify bot merged commit 9238271 into master Jun 26, 2024
16 checks passed
@mergify mergify bot deleted the adjust_imports branch June 26, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants