Skip to content
Snippets Groups Projects
Commit b1150859 authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[BUGFIX] Use correct `Configuration` ignore in namespace integrity check

The php namespace integrity check uses a symfony
finder to determine which files should be checked.
The used pattern to ignore extension configuration
folder `Configuration` excluded every file,  which
has `Configuration` in the path or filename.

This change avoids using the nifty magic `exclude()`
finder method and replace it with a more reliable
`notPath()` configuration.

Resolves: #102483
Releases: main, 12.4, 11.5
Change-Id: Ic0ae6eaae736b86412f8a430f11ea5b0a8e9dca9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81925


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 16001a5a
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment