Roiocam commented on code in PR #756: URL: https://github.com/apache/incubator-pekko/pull/756#discussion_r1368036756
########## .sbt-java-formatter.conf: ########## @@ -8,6 +8,11 @@ ignored-files = [ "StreamRefMessages.java", //in tests "ProtobufProtocol.java" + //formtat imports cause errors + "AggregatorTest.java", + "InteractionPatternsTest.java", + "ReplicatedShardingTest.java", + "ReplicatedAuctionExampleTest.java" Review Comment: I just verified if this issue can be fixed using `spotless`, the answer is no, there is exception i have meet, i am very sure it will break the `paradox`. ```java com.google.googlejavaformat.java.FormatterException: error: Imports not contiguous (perhaps a comment separates them?) ``` -- 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]
