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
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
I thought it would be nice to lint php files every time they are saved or opened, so I added this to my config:
autocmd BufRead,bufwritepost *.php :Phplint
The problem is there is still output when there are no errors. It would be nice if there was an option to have no output when there are no errors. Better yet, would be an option to run lint on opening and saving php files, which would likewise only be desired if there was no output when there are no errors.
I thought it would be nice to lint php files every time they are saved or opened, so I added this to my config:
autocmd BufRead,bufwritepost *.php :PhplintThe problem is there is still output when there are no errors. It would be nice if there was an option to have no output when there are no errors. Better yet, would be an option to run lint on opening and saving php files, which would likewise only be desired if there was no output when there are no errors.