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

Send an exit code when the script terminates #93

Merged
merged 2 commits into from Jan 17, 2020

Commits on Dec 17, 2019

  1. Send an exit code when the script terminates

    This fixes the issue identified in #80 (comment) where even when the setting of `installed_paths` failed, the plugin would exit with exit code `0`.
    
    A `0` exit code will be returned if successful, `1` - or the exit code returned by PHPCS itself - if not.
    jrfnl committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    5d48d9a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    687bfb6 View commit details
    Browse the repository at this point in the history