The GitHub Actions job "Pull Requests" on pekko.git/sbtWarning has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
5a847e3ac090bc546bd57ff901e7f38587ac3315 / He-Pin(kerr) <[email protected]>
Fix sbt load warnings by excluding unused lint keys (#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 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)

Report URL: https://github.com/apache/pekko/actions/runs/28966902407

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to