Skip to content

Commit 7c96ee8

Browse files
author
Andrii Chornyi
committed
Add new rule for check copyright in files
1 parent 78087c7 commit 7c96ee8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle-tasks/checkstyle/checkstyle.xml

+4
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,8 @@
330330
</module>
331331
</module>
332332
<module name="SuppressWarningsFilter"/>
333+
<module name="RegexpHeader">
334+
<property name="header" value="^\/\*\n \* Copyright © Magento, Inc."/>
335+
<property name="fileExtensions" value="java"/>
336+
</module>
333337
</module>

0 commit comments

Comments
 (0)