Juliette
Juliette
Without having an express opinion on this PR, I would like to warn/point out that this contains a BC-break for external standards and other integrations, at the very least for...
> Or is it the thing about LocalFile needing to have reloadContent() called? Exactly that.
@kraftbj I think the question which needs to be answered first is whether #2551 is a feature which PHPCS wants to support. That question never got answered and the #2551...
> I can't find where the cache files are being stored. Is there a command to retrieve the cache directory? @frankgraave The cache is being stored in the system temp...
@dingo-d While Windows is case-insensitive, Linux is not. I think your issue will be fixed if you use `--filter=GitStaged` instead 😀
@dingo-d I would suspect this is to do with WSL, so would be good if you could check whether your colleagues are getting this issue. IIRC from previous reports, the...
@dingo-d I've created PR #3428 to address a similar issue. That PR _may_ solve your issue as well. Would you be able to test this and leave feedback on the...
Hmm... darn... Looking at the code in the `GitStaged` class, I suspect the use of `Util\Common::realpath()` may be problematic. Might be something we could debug together ?
@MurzNN PHPCS allows for setting PHP ini directives from the command line using the PHP native `-d key[=value]`, so in my opinion this doesn't need any additional PHPCS native options,...
@cdayjr You can set the `installed_paths` from within a custom project ruleset `phpcs.xml.dist` file like so: ```xml ``` That way they are only set for that particular project. Or install...