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
Probably not really a bug but I have the problem that the php linter does not show errors. It works when I remove 1>/dev/null from line 90. Somehow redirecting standard output does something strange at my system.
I have not put a lot of research in why this could be. Just wanted to let you and someone else who could have the same problem know.
Thanks
The text was updated successfully, but these errors were encountered:
I wonder how this could have ever worked ;) According to the manual the linter writes everything to STDOUT - sending it to /dev/null kind of disables the feature. Maybe it wrote to STDERR a couple versions back. But anyway, great plugin :)
First of all awesome plugin!
Probably not really a bug but I have the problem that the php linter does not show errors. It works when I remove 1>/dev/null from line 90. Somehow redirecting standard output does something strange at my system.
I have not put a lot of research in why this could be. Just wanted to let you and someone else who could have the same problem know.
Thanks
The text was updated successfully, but these errors were encountered: