Since php-cs-fixer ignores a configured Finder object if a path is directly passed as an argument, i added a "exclude" setting to exclude files/paths based on regular-expressions.
The "exclude" setting accepts a string or a list-of-strings which are passed directly to re.match() for each view (file-name). Some examples are available in the README.md file.
Since php-cs-fixer ignores a configured Finder object if a path is directly passed as an argument, i added a "exclude" setting to exclude files/paths based on regular-expressions.
The "exclude" setting accepts a string or a list-of-strings which are passed directly to re.match() for each view (file-name). Some examples are available in the README.md file.