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

make lint now checks for format #656

Merged
merged 1 commit into from
Jan 20, 2025
Merged

make lint now checks for format #656

merged 1 commit into from
Jan 20, 2025

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Jan 20, 2025

This enables make lint to also run black but without persisting the
changes. This will hopefully allow developers to more easily detect if
their changes are not compliant with the linter settings.

This also removes the make format call from CI, which didn't actually
fail if linter issues were found.

Signed-off-by: Juan Antonio Osorio ozz@stacklok.com

This enables `make lint` to also run black but without persisting the
changes. This will hopefully allow developers to more easily detect if
their changes are not compliant with the linter settings.

This also removes the `make format` call from CI, which didn't actually
fail if linter issues were found.

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
@JAORMX JAORMX requested a review from aponcedeleonch January 20, 2025 11:39
@JAORMX JAORMX merged commit 54e389e into stacklok:main Jan 20, 2025
3 checks passed
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