vttranlina commented on a change in pull request #538:
URL: https://github.com/apache/james-project/pull/538#discussion_r670261654
##########
File path: .scalafix.conf
##########
@@ -3,7 +3,8 @@ rules = [
DisableSyntax,
ProcedureSyntax,
NoValInForComprehension,
- LeakingImplicitClassVal
+ LeakingImplicitClassVal,
+ ExplicitResultTypes
Review comment:
`ExplicitResultTypes` rule is the ci-error reason.
IMO, it is a useful rule. But we need an upgrade version from
`scalafix-maven-plugin`.
I have a new pull request for it:
https://github.com/evis/scalafix-maven-plugin/pull/15 (waiting approval from
the maintainer)
--
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]