He-Pin opened a new pull request, #834: URL: https://github.com/apache/pekko-management/pull/834
### Motivation sbt lint reported 51 unused keys across sub-projects: `autoAPIMappings` and `projectInfoVersion` in 25+ modules, plus `previewPath` in docs. ### Modification - Add `autoAPIMappings` and `projectInfoVersion` to `excludeLintKeys` in `project/Common.scala` globalSettings - Add `Global / excludeLintKeys += previewPath` in `build.sbt` docs project ### Result sbt load no longer reports any unused key warnings. ### Tests - `sbt "clean; compile"` - zero warnings ### References None - build configuration cleanup -- 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]
