Skip to content

Commit f7d3ee9

Browse files
committed
Updated DrevOps PHPCS standard to the latest version.
1 parent 109a0ad commit f7d3ee9

18 files changed

Lines changed: 57 additions & 39 deletions

File tree

.vortex/installer/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=8.3",
2121
"alexskrypnyk/file": "^0.15",
2222
"alexskrypnyk/str2name": "^1.4",
23-
"composer/composer": "^2.9.1",
23+
"composer/composer": "^2.9.2",
2424
"cweagans/composer-patches": "^2",
2525
"czproject/git-php": "^4.6",
2626
"guzzlehttp/guzzle": "^7.10",
@@ -36,13 +36,13 @@
3636
"alexskrypnyk/phpunit-helpers": "^0.14",
3737
"bamarni/composer-bin-plugin": "^1.8.2",
3838
"dealerdirect/phpcodesniffer-composer-installer": "^1.2.0",
39-
"drevops/phpcs-standard": "^0.4",
39+
"drevops/phpcs-standard": "^0.6",
4040
"drupal/coder": "^8.3.31",
4141
"ergebnis/composer-normalize": "^2.48.2",
4242
"laravel/serializable-closure": "^2.0.6",
4343
"mockery/mockery": "^1.6.12",
4444
"phpstan/phpstan": "^2.1.32",
45-
"phpunit/phpunit": "^12.4.3",
45+
"phpunit/phpunit": "^12.4.4",
4646
"rector/rector": "^2.2.8",
4747
"symfony/finder": "^7.3.5"
4848
},

.vortex/installer/composer.lock

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

.vortex/installer/phpcs.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<exclude name="Drupal.Commenting.VariableComment.Missing" />
99
</rule>
1010
<rule ref="Generic.PHP.RequireStrictTypes" />
11-
<rule ref="DrevOps.NamingConventions.LocalVariableSnakeCase"/>
12-
<rule ref="DrevOps.NamingConventions.ParameterSnakeCase"/>
11+
<rule ref="DrevOps"/>
1312

1413
<!-- Show sniff codes in all reports -->
1514
<arg value="s"/>

.vortex/installer/tests/Fixtures/install/_baseline/phpcs.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<rule ref="DrupalPractice"/>
1313
<rule ref="Generic.PHP.RequireStrictTypes" />
1414
<rule ref="PHPCompatibility"/>
15-
<rule ref="DrevOps.NamingConventions.LocalVariableSnakeCase"/>
16-
<rule ref="DrevOps.NamingConventions.ParameterSnakeCase"/>
15+
<rule ref="DrevOps"/>
1716

1817
<arg name="extensions" value="inc,info,install,module,php,profile,test,theme"/>
1918
<arg name="colors"/>

.vortex/installer/tests/Fixtures/install/hosting_acquia/phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<file>tests</file>
1414

1515
<rule ref="Drupal"/>
16-
@@ -26,10 +26,10 @@
16+
@@ -25,10 +25,10 @@
1717
<config name="testVersion" value="8.3"/>
1818

1919
<!-- Exclude theme assets. -->

.vortex/installer/tests/Fixtures/install/hosting_project_name___acquia/phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<file>tests</file>
1414

1515
<rule ref="Drupal"/>
16-
@@ -26,10 +26,10 @@
16+
@@ -25,10 +25,10 @@
1717
<config name="testVersion" value="8.3"/>
1818

1919
<!-- Exclude theme assets. -->

.vortex/installer/tests/Fixtures/install/theme_claro/phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<file>web/sites/default/settings.php</file>
77
<file>web/sites/default/includes</file>
88
<file>tests</file>
9-
@@ -26,10 +25,6 @@
9+
@@ -25,10 +24,6 @@
1010
<config name="testVersion" value="8.3"/>
1111

1212
<!-- Exclude theme assets. -->

.vortex/installer/tests/Fixtures/install/theme_olivero/phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<file>web/sites/default/settings.php</file>
77
<file>web/sites/default/includes</file>
88
<file>tests</file>
9-
@@ -26,10 +25,6 @@
9+
@@ -25,10 +24,6 @@
1010
<config name="testVersion" value="8.3"/>
1111

1212
<!-- Exclude theme assets. -->

.vortex/installer/tests/Fixtures/install/theme_stark/phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<file>web/sites/default/settings.php</file>
77
<file>web/sites/default/includes</file>
88
<file>tests</file>
9-
@@ -26,10 +25,6 @@
9+
@@ -25,10 +24,6 @@
1010
<config name="testVersion" value="8.3"/>
1111

1212
<!-- Exclude theme assets. -->

.vortex/installer/tests/Fixtures/install/tools_groups_no_be_tests/phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -54,8 +54,4 @@
1+
@@ -53,8 +53,4 @@
22
<exclude-pattern>*.test</exclude-pattern>
33
</rule>
44

0 commit comments

Comments
 (0)