This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch code-style-checker in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 5e46fccff83bd38686f376d3b4dbbec5a8f95d7a Author: VGalaxies <[email protected]> AuthorDate: Mon Jul 15 23:53:45 2024 +0800 format --- hugegraph-server/hugegraph-api/pom.xml | 12 ++++++------ pom.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hugegraph-server/hugegraph-api/pom.xml b/hugegraph-server/hugegraph-api/pom.xml index e13849d93..8a6fdb9e7 100644 --- a/hugegraph-server/hugegraph-api/pom.xml +++ b/hugegraph-server/hugegraph-api/pom.xml @@ -164,12 +164,12 @@ <artifactId>arthas-packaging</artifactId> <version>${arthas.version}</version> </dependency> - <dependency> - <groupId>org.gridkit.jvmtool</groupId> - <artifactId>sjk-core</artifactId> - <version>0.22</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>org.gridkit.jvmtool</groupId> + <artifactId>sjk-core</artifactId> + <version>0.22</version> + <scope>compile</scope> + </dependency> </dependencies> <build> diff --git a/pom.xml b/pom.xml index d6a654f41..9b42832cb 100644 --- a/pom.xml +++ b/pom.xml @@ -269,7 +269,7 @@ <!-- 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>src/main/**/*.whatever</exclude> + <exclude>**/*.txt</exclude> </excludes> <!-- All files are included by default: <includes>
