You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/06/02 00:33:08 UTC

[GitHub] [curator] tisonkun commented on a diff in pull request #463: CURATOR-674. Apply code style with spotless

tisonkun commented on code in PR #463:
URL: https://github.com/apache/curator/pull/463#discussion_r1213799292


##########
pom.xml:
##########
@@ -985,6 +992,29 @@
                 <artifactId>maven-dependency-plugin</artifactId>
                 <version>${maven-dependency-plugin-version}</version>
             </plugin>
+
+            <plugin>
+                <groupId>com.diffplug.spotless</groupId>
+                <artifactId>spotless-maven-plugin</artifactId>
+                <configuration>
+                    <java>
+                        <palantirJavaFormat>
+                            <version>2.30.0</version>

Review Comment:
   Make sense. As this PR already touch a large range of code. I tend to postpone this suggestion after we merge this one.



-- 
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: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org