VGalaxies commented on code in PR #614:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/614#discussion_r1685358962


##########
pom.xml:
##########
@@ -540,6 +540,37 @@
                     </execution-->
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.ec4j.maven</groupId>
+                <artifactId>editorconfig-maven-plugin</artifactId>
+                <version>0.1.3</version>
+                <executions>
+                    <execution>
+                        <id>style-check</id>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                        <phase>verify</phase>
+                    </execution>
+                </executions>
+                <configuration>
+                    <!-- See http://ec4j.github.io/editorconfig-maven-plugin/ 
for full configuration reference -->
+                    <excludes>
+                        <!-- Note that maven submodule directories and many 
non-source file patterns are excluded by default -->
+                        <!-- see 
https://github.com/ec4j/editorconfig-linters/blob/master/editorconfig-lint-api/src/main/java/org/ec4j/lint/api/Constants.java#L37
 -->
+                        <!-- You can exclude further files from processing: -->
+                        <exclude>**/*.txt</exclude>
+                        <exclude>**/.flattened-pom.xml</exclude>
+                        <exclude>**/hubble-fe/**/*</exclude>
+                        
<exclude>**/apache-hugegraph-hubble-incubating-1.3.0/**/*</exclude>

Review Comment:
   ```suggestion
                           
<exclude>**/apache-hugegraph-hubble-incubating-*/**/*</exclude>
   ```



-- 
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]

Reply via email to