File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Run Checkstyle
3030 uses : nikitasavinov/checkstyle-action@master
3131 with :
32- checkstyle_config : ' ./src/main/resources/ checkstyle.xml'
32+ checkstyle_config : ' ./checkstyle.xml'
3333 workdir : ' ./src/main/java'
3434 reporter : ' github-pr-check'
3535 tool_name : ' checkstyle'
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 206206 <version >3.26.0</version >
207207 <configuration >
208208 <rulesets >
209- <ruleset >${project.basedir} /src/main/resources/ maven-pmd-plugin-default.xml</ruleset >
209+ <ruleset >${project.basedir} /maven-pmd-plugin-default.xml</ruleset >
210210 </rulesets >
211211 </configuration >
212212 </plugin >
231231 <artifactId >maven-checkstyle-plugin</artifactId >
232232 <version >3.6.0</version >
233233 <configuration >
234- <configLocation >${basedir} /src/main/resources /checkstyle.xml</configLocation >
234+ <configLocation >${project. basedir} /checkstyle.xml</configLocation >
235235 </configuration >
236236 </plugin >
237237
You can’t perform that action at this time.
0 commit comments