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

i-day: allow long package and import lines #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jflinchbaugh
Copy link
Contributor

@jflinchbaugh jflinchbaugh commented Feb 27, 2025

Long package and import lines are allowed by default until you start overriding the pattern. This brings back those patterns in addition to those we have. imports and package statements don't have a place to more locally suppress the checks, so when this popped, we ended up needing to suppress LineLength for the entire project. 😞

I tested it by removing a global LineLength suppression from https://github.com/sonatype/ml-ingest/.

@jflinchbaugh jflinchbaugh requested a review from a team February 28, 2025 16:46
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.

1 participant