Skip to content

Commit 97de3b2

Browse files
authored
chore: more strict license header check via checkstyle (#81)
1 parent bb6bbe5 commit 97de3b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/net/sourceforge/pmd/pmd-checkstyle-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
</module>
308308
<module name="RegexpHeader">
309309
<property name="severity" value="error"/>
310-
<property name="header" value="^\/\*\*?[ ]*$\n^[ ]+\*[ ]+BSD-style license; for more info see http:\/\/pmd.sourceforge.net/license.html[ ]*\n[ ]+\*\/[ ]*$"/>
310+
<property name="header" value="^\/\*$\n^ \* BSD-style license; for more info see http:\/\/pmd.sourceforge.net/license.html$\n^ \*\/$"/>
311311
<property name="fileExtensions" value="java,less,kt"/>
312312
</module>
313313
<module name="RegexpHeader">

0 commit comments

Comments
 (0)