File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,8 @@ Create an [excludes](https://pmd.github.io/latest/pmd_userdocs_suppressing_warni
165165```
166166
167167Example properties file:
168- ```
168+
169+ ``` java
169170com.my.example. MyClass = LoggerIsNotStaticFinal
170171```
171172
@@ -179,6 +180,7 @@ Refer to [spotbugs plugin](https://spotbugs.github.io/spotbugs-maven-plugin/spot
179180<property >
180181 <spotbugs .skip>true</spotbugs .skip>
181182</property >
183+ ```
182184
183185#### Ignore Spotbugs Rule
184186
@@ -192,7 +194,8 @@ Create a [filter XML](https://spotbugs.readthedocs.io/en/latest/filter.html) fil
192194```
193195
194196Example filter file:-
195- ```
197+
198+ ``` xml
196199<?xml version =" 1.0" encoding =" UTF-8" ?>
197200<FindBugsFilter >
198201 <!-- False Positive on Loading Property Filenames -->
You can’t perform that action at this time.
0 commit comments