Skip to content

Commit f9e123d

Browse files
Fixed: CodeFactor issue.
1 parent ff8366d commit f9e123d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

checkstyle.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE module PUBLIC
3+
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4+
"https://checkstyle.org/dtds/configuration_1_3.dtd">
5+
6+
<module name="Checker">
7+
<module name="TreeWalker">
8+
<!-- Disable the NoFinalizerCheck so finalize() is allowed -->
9+
<module name="NoFinalizer">
10+
<property name="severity" value="ignore" />
11+
</module>
12+
</module>
13+
</module>

0 commit comments

Comments
 (0)