He-Pin opened a new pull request, #3050:
URL: https://github.com/apache/pekko/pull/3050

   Motivation:
   sbt load was showing 165 warnings about unused keys, which cluttered the 
output and made it harder to identify real issues.
   
   Modification:
   Added Global / excludeLintKeys to build.sbt to exclude the following keys 
from lintUnused checks:
   - projectInfoVersion (used for linking to API docs)
   - logManager (used to add timestamps to log output)
   - unidocProjectFilter (used to filter projects for unidoc generation)
   - fork (used for PR validation)
   - javacOptions (used to disable doclint for tests)
   
   Result:
   sbt load now completes without any warnings about unused keys.
   
   Tests:
   - Verified sbt load completes without warnings
   
   Refs: None - housekeeping
   (cherry picked from commit 7c1d0a623da0531d997c56919dc810e58de67385)


-- 
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]

Reply via email to