Skip to content

Commit 415ded5

Browse files
committed
Merge branch 'develop' of github.com:magento-commerce/magento-coding-standard into AC-2219
2 parents 1365386 + 9091848 commit 415ded5

File tree

3 files changed

+70
-67
lines changed

3 files changed

+70
-67
lines changed

Magento2/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<!-- File extensions to be checked. -->
66
<arg name="extensions" value="php,phtml,graphqls/GraphQL,less/CSS,html/PHP,xml,js/PHP"/>
77

8+
<!-- Exclude minified JS files. -->
9+
<exclude-pattern>*\.min\.js$</exclude-pattern>
10+
811
<!-- Severity 10 errors: Critical code issues. -->
912
<rule ref="Generic.PHP.CharacterBeforePHPOpeningTag">
1013
<severity>10</severity>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "17",
9+
"version": "18",
1010
"require": {
1111
"php": ">=7.3",
1212
"webonyx/graphql-php": "^14.9",

0 commit comments

Comments
 (0)