Skip to content
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

Php lint not showing errors #21

Open
dennieriechelman opened this issue Jun 10, 2014 · 3 comments
Open

Php lint not showing errors #21

dennieriechelman opened this issue Jun 10, 2014 · 3 comments
Labels

Comments

@dennieriechelman
Copy link

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

@groffhibbitz
Copy link

I saw the same problem, and had to remove that redirect as well.

@joonty joonty added the bug label Oct 15, 2015
@JordanMatuschka
Copy link

I had the same problem with vim version 7.4.1345 on OSX 10.11.3, removing the redirect resolved the issue.

@BadBrainJohnson
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants