Skip to content

Commit c072e75

Browse files
committed
chore: replace deptrac with structarmed in configs
1 parent 3a42cf4 commit c072e75

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ utils/ export-ignore
2222
.php-cs-fixer.no-header.php export-ignore
2323
.php-cs-fixer.tests.php export-ignore
2424
.php-cs-fixer.user-guide.php export-ignore
25+
structarmed.php export-ignore
2526
phpmetrics.json export-ignore
2627
phpstan-baseline.php export-ignore
2728
phpstan-bootstrap.php export-ignore

admin/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ the existing content.
107107
```
108108
git diff --name-status upstream/master -- . ':!.github/' ':!admin/' ':!changelogs/' ':!contributing/' \
109109
':!system/' ':!tests/' ':!user_guide_src/' ':!utils/' \
110-
':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' \
110+
':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' ':!structarmed.php' \
111111
':!phpstan*' ':!psalm*' ':!.php-cs-fixer.*' ':!LICENSE' ':!CHANGELOG.md'
112112
```
113113
* Note: `tests/` is not used for distribution repos. See `admin/starter/tests/`.

0 commit comments

Comments
 (0)