-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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.