Skip to content

Commit

Permalink
validate -> verify
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jul 15, 2024
1 parent b474df2 commit faa70e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<goals>
<goal>check</goal>
</goals>
<phase>validate</phase>
<phase>verify</phase>
</execution>
</executions>
<configuration>
Expand All @@ -270,7 +270,6 @@
<!-- 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>
</excludes>
<!-- All files are included by default:
<includes>
Expand Down

0 comments on commit faa70e3

Please sign in to comment.