-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Can't disable cache in file #163
Comments
Hello @vlakarados Can you precise which version you used (native php installed by composer OR docker or PHAR) and version number ? I cannot reproduce your issue |
Hi @llaville,
|
If source code you check is open-source, could you provide a link to repository. Don't forget also to provide contents of your |
Just did this with fresh installation, PHP 8.1 on Ubuntu, here's history output:
$ cat lint.yml
First run:
Second run:
|
Ok I see the problem now ! |
@overtrue As it seems confusion between options is possible, I've re-structured code to add a new component named I'll propose in next minutes a PR to solve this issue for branch 8.0 (and if you're agree, I'll apply it to other branches) |
Just do it! I trust you 👍 |
I'll also renamed And If we forgot something, the For example:
|
Code is available on branch To avoid confusion :
|
Already found some regressions about format (json | xml) I'm on it ! PS: fixed by commit 4966bbb |
All regressions seems to be fixed now. @vlakarados if it's ok for you, we may think to push new releases tomorrow. |
All good, it's no rush for me! |
FYI: Branch |
Available in latest releases 3.3.1, 4.4.0, 5.4.1 and 6.0.3 |
Cache can't be disabled in the file because of usage of
$input->getOption('no-cache')
instead of merged$options['no-cache']
inLintCommand::execute()
The text was updated successfully, but these errors were encountered: