File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ questions.
200200 <configuration >
201201 <effort >Max</effort >
202202 <threshold >Low</threshold >
203- <includeFilterFile >src/main /resources/findbugs.xml</includeFilterFile >
203+ <includeFilterFile >src/test /resources/findbugs.xml</includeFilterFile >
204204 </configuration >
205205 </plugin >
206206
@@ -209,7 +209,7 @@ questions.
209209 <artifactId >maven-checkstyle-plugin</artifactId >
210210 <configuration >
211211 <consoleOutput >false</consoleOutput >
212- <configLocation >${project.basedir} /src/main /resources/checkstyle.xml</configLocation >
212+ <configLocation >${project.basedir} /src/test /resources/checkstyle.xml</configLocation >
213213 </configuration >
214214 </plugin >
215215
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments