Commit cc421a0
committed
Refresh .gitattributes + accept *.x branches in Stryker config
.gitattributes
- Drop dead entries (/etc, /docs, /behat.yml.dist,
/composer-require-checker.json, /psalm-baseline.xml, /psalm.xml,
/CHANGELOG.md) — none of those files exist in the repo anymore.
- Add the current tooling configs that should stay out of the Composer
tarball: /CLAUDE.md, /composer-dependency-analyser.php,
/infection.json5, /phpstan.neon, /rector.php.
infection.json5
- Swap the Stryker badge match from the literal "master" to the regex
/^\d+\.x$/, so pushes to 1.x and 2.x both publish to the dashboard.
The literal-string matcher was silently dropping every report with
the warning "Branch \"2.x\" does not match expected Stryker
configuration".1 parent 62505bb commit cc421a0
2 files changed
Lines changed: 19 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments