File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
dev/tests/static/testsuite/Magento/Test
Php/_files/phpcs/blacklist Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 61
61
<path >dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_constants.php</path >
62
62
<word >overriden</word >
63
63
</item >
64
+ <item >
65
+ <path >dev/tests/api-functional/testsuite/Magento/Webapi/Routing/RequestIdOverrideTest.php</path >
66
+ <word >overriden</word >
67
+ </item >
64
68
<item >
65
69
<path >app/code/Magento/Bundle/view/adminhtml/templates/product/edit/bundle.phtml</path >
66
70
<word >head.js</word >
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ dev/tests/static/testsuite/Magento/Test/Php/Exemplar/CodeMessTest/phpmd/input
32
32
lib/internal/Magento/Framework/Translate/Adapter.php
33
33
# __ method for Translate cannot be in camelCase
34
34
lib/internal/Magento/Framework/Translate/AdapterInterface.php
35
- # PSR-1 not applied to
36
- dev/tests/integration/testsuite/Magento
37
- # PSR-1 not applied to
38
- dev/tests/unit/testsuite/Magento
35
+ # Exclude unit, integration, and api-functional tests from PSR-X code style check
36
+ dev/tests/api-functional
37
+ dev/tests/integration
38
+ dev/tests/unit
39
39
# Newer version of phpcs does not complain about spacing issue. This appears to be a bug in the phpcs version that is currently run in bamboo.
40
40
app/code/Magento/Sales/Model/Order/Payment/Transaction.php
41
41
vendor
You can’t perform that action at this time.
0 commit comments