We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb5564 commit a2036cdCopy full SHA for a2036cd
.checkstyle
.gitignore
@@ -8,6 +8,7 @@ hs_err*.log
8
test-output/
9
10
### STS ###
11
+.checkstyle
12
.apt_generated
13
.classpath
14
.factorypath
@@ -39,4 +40,3 @@ out/
39
40
.vscode/
41
.DS_Store
42
/target/
-.checkstyle
pom.xml
@@ -18,6 +18,7 @@
18
<lettuce.version>6.2.0.RELEASE</lettuce.version>
19
<testcontainers-redis.version>1.6.2</testcontainers-redis.version>
20
<ulid.version>5.0.0</ulid.version>
21
+ <air.check.skip-enforcer>true</air.check.skip-enforcer>
22
<air.check.skip-license>true</air.check.skip-license>
23
<air.check.skip-checkstyle>true</air.check.skip-checkstyle>
24
</properties>
0 commit comments