He-Pin opened a new pull request, #328: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/328
### Motivation Treating warnings as errors ensures that deprecated API usage and other code quality issues are caught at compile time rather than accumulating silently. ### Modification - Add `-Xfatal-warnings` to main `scalacOptions` in `build.sbt` - Add `-Werror` to Scala 3 `scalacOptions` - Exclude `-Xfatal-warnings` from `Compile / doc` scope to avoid doc generation failures ### Result All compiler warnings are now treated as errors, enforcing higher code quality. ### Tests - CI will verify compilation ### References None — build configuration improvement -- 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]
