Skip to content

Commit 5ddcdcf

Browse files
committed
AC-1150 Update magento-coding-standard to v11 and remove moved tests from magento2 repo
1 parent d83d0f8 commit 5ddcdcf

File tree

4 files changed

+14
-130
lines changed

4 files changed

+14
-130
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
8686
"friendsofphp/php-cs-fixer": "~3.0.0",
8787
"lusitanian/oauth": "~0.8.10",
88-
"magento/magento-coding-standard": "*",
88+
"magento/magento-coding-standard": "dev-develop",
8989
"magento/magento2-functional-testing-framework": "^3.0",
9090
"pdepend/pdepend": "~2.10.0",
9191
"phpcompatibility/php-compatibility": "^9.3",

composer.lock

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc

Lines changed: 0 additions & 119 deletions
This file was deleted.

dev/tools/grunt/configs/jscs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"file": {
33
"options": {
4-
"config": "dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc"
4+
"config": "vendor/magento/magento-coding-standard/jscs/.jscsrc"
55
},
66
"src": ""
77
},
88
"test": {
99
"options": {
10-
"config": "dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc",
10+
"config": "vendor/magento/magento-coding-standard/jscs/.jscsrc",
1111
"reporterOutput": "dev/tests/static/jscs-error-report.xml",
1212
"reporter": "junit"
1313
},

0 commit comments

Comments
 (0)