Skip to content

Commit 77cc359

Browse files
committed
Set up Magento coding standards in Scrutinizer
1 parent 38809d1 commit 77cc359

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ build:
1010
- true
1111
nodes:
1212
analysis:
13+
dependencies:
14+
after:
15+
- vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/
1316
tests:
1417
override:
1518
- php-scrutinizer-run
@@ -18,4 +21,4 @@ build:
1821
tools:
1922
external_code_coverage:
2023
runs: 2 # Scrutinizer will wait for two code coverage submissions (unit and integration test suites)
21-
timeout: 2400 # Timeout in seconds.
24+
timeout: 2400 # Timeout in seconds.

0 commit comments

Comments
 (0)