Skip to content

Commit 154cc40

Browse files
committed
simple-downgrade config
1 parent 2fcf53f commit 154cc40

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build/downgrade.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php declare(strict_types = 1);
2+
3+
return [
4+
'paths' => [
5+
__DIR__ . '/../src',
6+
__DIR__ . '/../tests/PHPStan',
7+
__DIR__ . '/../tests/e2e',
8+
],
9+
'excludePaths' => [
10+
'tests/*/data/*',
11+
'tests/*/Fixture/*',
12+
'tests/PHPStan/Analyser/traits/*',
13+
'tests/PHPStan/Generics/functions.php',
14+
'tests/e2e/resultCache_1.php',
15+
'tests/e2e/resultCache_2.php',
16+
'tests/e2e/resultCache_3.php',
17+
],
18+
];

0 commit comments

Comments
 (0)