Skip to content

Commit 07f4856

Browse files
committed
Exclude unused PMD rule
1 parent 0dacb1d commit 07f4856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.codestyle/pmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ limitations under the License.
7070
<exclude name="MissingBreakInSwitch" />
7171
</rule>
7272
<rule ref="category/java/multithreading.xml">
73+
<exclude name="AvoidUsingVolatile" />
7374
</rule>
7475
<rule ref="category/java/performance.xml">
7576
<exclude name="AvoidUsingShortType" />

0 commit comments

Comments
 (0)