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
I ask you kindly to add an option to output something verbosely, so we can try to understand what is doing and why it's stopping to do anything without exiting and/or crashing
I already tried to add -j 1 to avoid memory/cpu problems, but nothing changes
I am actually trying to parse one subfolder at time (I have > 100) to narrow the problem
The text was updated successfully, but these errors were encountered:
I'm lint a very huge and dark and bad legacy codebase of over 20k files.
All is ok when linting against php 5.6.
But when linting against php 7.4, at a certain point, the progress 'stops', the tool doesn't output nothing and do not crash and do not go more on.
I ask you kindly to add an option to output something verbosely, so we can try to understand what is doing and why it's stopping to do anything without exiting and/or crashing
I already tried to add
-j 1
to avoid memory/cpu problems, but nothing changesI am actually trying to parse one subfolder at time (I have > 100) to narrow the problem
The text was updated successfully, but these errors were encountered: