File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
bin/blacklist.txt
7
7
dev/tests/static/Magento/Sniffs/Annotations/Helper.php
8
8
dev/tests/static/Magento/Sniffs/Annotations/RequireAnnotatedAttributesSniff.php
9
- dev/tests/static/Magento/Sniffs/Annotations/RequireAnnotatedMethodsSniff.php
9
+ dev/tests/static/Magento/Sniffs/Annotations/RequireAnnotatedMethodsSniff.php
10
+ dev/tests/verification/_generated
Original file line number Diff line number Diff line change 4
4
echo "===============================PHP CODE SNIFFER REPORT==============================="
5
5
vendor/bin/phpcs ./src --standard=./dev/tests/static/Magento
6
6
vendor/bin/phpcs ./dev/tests/unit --standard=./dev/tests/static/Magento
7
- vendor/bin/phpcs ./dev/tests/verification --standard=./dev/tests/static/Magento
7
+ vendor/bin/phpcs ./dev/tests/verification --standard=./dev/tests/static/Magento --ignore=dev/tests/verification/_generated
8
8
9
9
echo "===============================COPY PASTE DETECTOR REPORT==============================="
10
10
vendor/bin/phpcpd ./src
You can’t perform that action at this time.
0 commit comments