Skip to content

Commit

Permalink
chore: intro editorconfig-maven-plugin for verifying code style defin…
Browse files Browse the repository at this point in the history
…ed in .editorconfig
  • Loading branch information
HJ-Young committed Jul 17, 2024
1 parent aba38bc commit c4b624e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -540,20 +540,6 @@
</execution-->
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<compilerArguments>
<Xmaxerrs>500</Xmaxerrs>
</compilerArguments>
<compilerArgs>
<arg>-Xlint:unchecked</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin</artifactId>
Expand Down

0 comments on commit c4b624e

Please sign in to comment.