He-Pin opened a new pull request, #3029: URL: https://github.com/apache/pekko/pull/3029
### Motivation sbt load was showing 165 warnings about unused keys, which cluttered the output and made it harder to identify real issues. ### Modification Added to to exclude the following keys from checks: - (used for linking to API docs) - (used to add timestamps to log output) - (used to filter projects for unidoc generation) - (used for PR validation) - (used to disable doclint for tests) ### Result sbt load now completes without any warnings about unused keys. ### Tests - Verified sbt load completes without warnings ### References None - housekeeping -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
