There was an error while loading. Please reload this page.
1 parent efde849 commit f662105Copy full SHA for f662105
1 file changed
pom.xml
@@ -243,7 +243,7 @@
243
<configuration>
244
<!-- java编码规范的配置文件 -->
245
<!--suppress UnresolvedMavenProperty -->
246
- <configLocation>../checkstyle/code-check-checkstyle.xml</configLocation>
+ <configLocation>${maven.multiModuleProjectDirectory}/checkstyle/code-check-checkstyle.xml</configLocation>
247
<!-- 检查失败时构建失败(阻止CI通过) -->
248
<failOnViolation>true</failOnViolation>
249
<violationSeverity>warning</violationSeverity>
0 commit comments