Skip to content

Commit

Permalink
Add new rule for check copyright in files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyChorniy committed Apr 19, 2021
1 parent 78087c7 commit 7c96ee8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle-tasks/checkstyle/checkstyle.xml
Expand Up @@ -330,4 +330,8 @@
</module>
</module>
<module name="SuppressWarningsFilter"/>
<module name="RegexpHeader">
<property name="header" value="^\/\*\n \* Copyright © Magento, Inc."/>
<property name="fileExtensions" value="java"/>
</module>
</module>

0 comments on commit 7c96ee8

Please sign in to comment.