-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unwanted renaming #5
Comments
I noticed that as well, but haven't found out what caused that change. I'd like to keep the rule, as it also checks the correct casing of files, but I'd like to disable it for all directories not being |
here is the reason I think. For example There's no way to configure phpcs fixer to ignore some rules for specific path as I know. Other solutions relate to github.com/FriendsOfPHP/PHP-CS-Fixer |
I've opened PHP-CS-Fixer/PHP-CS-Fixer#5421. |
I've temporarily disabled the rule, but will keep the issue open until it's fixed. |
…d directory (kelunik, keradus) This PR was merged into the 2.18 branch. Discussion ---------- PsrAutoloadingFixer - Fix PSR autoloading outside configured directory Fixes amphp/php-cs-fixer-config#5. Commits ------- 5d2d99d PsrAutoloadingFixer - call realpath only once 55a9991 PsrAutoloadingFixer - Fix PSR autoloading outside configured directory
The fix has been merged, so I'll close this one as well. 😄 |
psr_autoloading
rule doesn't support few code sources (src
andtests
for example), which leads to files renaming. For example if we runon github.com/amphp/amp, test files will be renamed
Could this rule be removed?
The text was updated successfully, but these errors were encountered: