Skip to content

Commit a2036cd

Browse files
author
Julien Ruaux
committed
build: Skip maven enforcer
1 parent ebb5564 commit a2036cd

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.checkstyle

Lines changed: 0 additions & 14 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ hs_err*.log
88
test-output/
99

1010
### STS ###
11+
.checkstyle
1112
.apt_generated
1213
.classpath
1314
.factorypath
@@ -39,4 +40,3 @@ out/
3940
.vscode/
4041
.DS_Store
4142
/target/
42-
.checkstyle

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<lettuce.version>6.2.0.RELEASE</lettuce.version>
1919
<testcontainers-redis.version>1.6.2</testcontainers-redis.version>
2020
<ulid.version>5.0.0</ulid.version>
21+
<air.check.skip-enforcer>true</air.check.skip-enforcer>
2122
<air.check.skip-license>true</air.check.skip-license>
2223
<air.check.skip-checkstyle>true</air.check.skip-checkstyle>
2324
</properties>

0 commit comments

Comments
 (0)