ppkarwasz commented on PR #3438: URL: https://github.com/apache/logging-log4j2/pull/3438#issuecomment-2642724096
> `./mvnw spotless:apply` used this and committed the formatting, what else do i need to do in the PR? We have two style rules for the code: - We use the Palantir Java Formatter. This is what `spotless:apply` can fix. - We don't use wildcard imports. You need to configure this in your IDE, e.g. by setting the "Class count to use import with '*'" and related options to 99. I fixed it in https://github.com/apache/logging-log4j2/pull/3438/commits/ff71db9985dcf0482236e013720ae0c79989115b. I'll look at your PR in the weekend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org