You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filereadable check result in the omission of an php-cs-fixer error saying that the config file it's not readable. I was spend 30 minutes to understand why my phpcs config file did not run properly in vim but executing command line ran without any problem.
I realise that I must use an absolute path to the config file and not a relative one to work properly. In case a misconfiguration like this, an error saying that file can't be loaded would be nice.
The text was updated successfully, but these errors were encountered:
This block of code has a side effect that it's tricky to debug.
filereadable
check result in the omission of an php-cs-fixer error saying that the config file it's not readable. I was spend 30 minutes to understand why my phpcs config file did not run properly in vim but executing command line ran without any problem.I realise that I must use an absolute path to the config file and not a relative one to work properly. In case a misconfiguration like this, an error saying that file can't be loaded would be nice.
The text was updated successfully, but these errors were encountered: