Skip to content

Commit

Permalink
[TASK] Ensure php-cs-fixer detects CGL violations again
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Mar 4, 2025
1 parent ea22351 commit cc02ee8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .Build/php-cs-fixer/.php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
])
->setFinder(
PhpCsFixer\Finder::create()
->in(__DIR__)
->in(dirname(__DIR__ . '/../../../'))
->exclude(['.Build', 'Documentation', 'Resources'])
->notName('ext_emconf.php')
);
3 changes: 1 addition & 2 deletions .Build/v12/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"phpstan/extension-installer": true
"typo3/cms-composer-installers": true
}
}
}
3 changes: 1 addition & 2 deletions .Build/v13/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"phpstan/extension-installer": true
"typo3/cms-composer-installers": true
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.Build/*/public
.Build/*/vendor
.Build/*/composer.lock
.php-cs-fixer.cache
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"typo3/cms-core": "^12.4 || ^13.4",
"typo3/cms-dashboard": "^12.4 || ^13.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0"
},
"type": "typo3-cms-extension",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cc02ee8

Please sign in to comment.