Skip to content

Commit 4cdd220

Browse files
committed
Updated checkstyle configuration
Checkstyle should only check java files for duplicate code.
1 parent fec521e commit 4cdd220

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quality_assurance/checkstyle_rules.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@
111111
<module name="Regexp"/>
112112
<module name="JavadocType"/>
113113
</module>
114-
<module name="StrictDuplicateCode"/>
114+
<module name="StrictDuplicateCode">
115+
<property name="fileExtensions" value="java"/>
116+
</module>
115117
<module name="Header">
116118
<property name="headerFile" value="${basedir}/quality_assurance/java-header.txt"/>
117119
<property name="fileExtensions" value="java"/>

0 commit comments

Comments
 (0)