Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Option to run lint on save and open file #1

Description

@still-dreaming-1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions