Skip to content

Commit 14df702

Browse files
committed
Ignore name/date line in when checking license header
1 parent 4f2cebe commit 14df702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quality_assurance/checkstyle_rules.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
</module>
117117
<module name="Header">
118118
<property name="headerFile" value="${basedir}/quality_assurance/java-header.txt"/>
119+
<!-- Ignore copyright line as it may contain varying names: -->
120+
<property name="ignoreLines" value="2"/>
119121
<property name="fileExtensions" value="java"/>
120122
</module>
121123
<module name="SuppressionFilter">

0 commit comments

Comments
 (0)