Skip to content

Commit 4191bfb

Browse files
Merge commit '83a4199c891f275313c5f8d57f82610277bb15bc' into overrides
2 parents 0dbbba1 + 83a4199 commit 4191bfb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ Create an [excludes](https://pmd.github.io/latest/pmd_userdocs_suppressing_warni
165165
```
166166

167167
Example properties file:
168-
```
168+
169+
``` java
169170
com.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

194196
Example filter file:-
195-
```
197+
198+
``` xml
196199
<?xml version="1.0" encoding="UTF-8"?>
197200
<FindBugsFilter>
198201
<!-- False Positive on Loading Property Filenames -->

0 commit comments

Comments
 (0)