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 importas and stylecheck linters #283

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

chrisseto
Copy link
Contributor

Prior to this commit is was possible for double imports to accidentally go unnoticed.

This commit enables the stylecheck linter, which catches double imports as well as other minor style issues; enables importas, to enforce consistent importing of kubernetes' "versioned" packages; and corrects any discovered issues.

@chrisseto chrisseto force-pushed the chris/p/update-linters branch 2 times, most recently from e190ee8 to fbca098 Compare November 8, 2024 21:08
Prior to this commit is was possible for double imports to accidentally go
unnoticed.

This commit enables the `stylecheck` linter, which catches double imports as
well as other minor style issues; enables `importas`, to enforce consistent
importing of kubernetes' "versioned" packages; and corrects any discovered
issues.
@chrisseto chrisseto force-pushed the chris/p/update-linters branch from fbca098 to f9fb318 Compare November 25, 2024 15:17
@chrisseto chrisseto enabled auto-merge (rebase) November 25, 2024 15:18
@chrisseto chrisseto merged commit f888ad1 into main Nov 25, 2024
4 of 5 checks passed
@RafalKorepta RafalKorepta deleted the chris/p/update-linters branch December 2, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants