Skip to content

Commit 3d0ed22

Browse files
committed
chore: update buildtools
1 parent 6c1f29c commit 3d0ed22

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
extension-test:
2020
name: 'Testing and linting'
2121
uses: astehlik/typo3-extension-buildtools/.github/workflows/extension-test.yml@TYPO3_14
22-
with:
23-
# Ignore 108277 because it causes to many false positives with the with() method in PHPUnit tests
24-
typo3-scan-ignore: 108277
2522

2623
extension-qltysh-coverage:
2724
name: 'Qlty coverage'

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
},
5656
"config": {
5757
"allow-plugins": {
58+
"de-swebhosting/typo3-extension-buildtools": true,
5859
"ergebnis/composer-normalize": true,
5960
"typo3/class-alias-loader": true,
6061
"typo3/cms-composer-installers": true
@@ -63,6 +64,11 @@
6364
"vendor-dir": ".Build/vendor"
6465
},
6566
"extra": {
67+
"typo3-extension-buildtools": {
68+
"typo3scan-ignore": [
69+
"108277"
70+
]
71+
},
6672
"typo3/class-alias-loader": {
6773
"always-add-alias-loader": true
6874
},

0 commit comments

Comments
 (0)