File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
- # Specify directories or files for the copyright-check to ignore.
2
- #
3
- # e.g.
4
- # path/to/directory
5
- # path/to/file.php
6
- #
7
- # THIS FILE CANNOT CONTAIN BLANK LINES
8
- #
9
- dev/tests/static/Magento/Sniffs/Annotations
1
+ ###################################################################
2
+ # Specify directories or files for the copyright-check to ignore. #
3
+ # #
4
+ # THIS FILE CANNOT CONTAIN BLANK LINES #
5
+ ###################################################################
6
+ bin/blacklist.txt
7
+ dev/tests/static/Magento/Sniffs/Annotations/Helper.php
8
+ dev/tests/static/Magento/Sniffs/Annotations/RequireAnnotatedAttributesSniff.php
9
+ dev/tests/static/Magento/Sniffs/Annotations/RequireAnnotatedMethodsSniff.php
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ # Copyright © Magento, Inc. All rights reserved.
4
+ # See COPYING.txt for license details.
5
+
6
+
3
7
FILE_EXTENSIONS=' .php\|.xml\|.xsd'
4
8
BLACKLIST=' bin/blacklist.txt'
5
9
RESULT=' '
You can’t perform that action at this time.
0 commit comments