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

Properly set the errored property for --report options #5079

Merged
merged 4 commits into from Jan 12, 2021

Commits on Dec 15, 2020

  1. Properly set the errored property for --report options

    This sets the `errored` property (and thus the exit code) as long as
    any warning has severity "error", which includes warnings generated by
    --report options.
    nex3 committed Dec 15, 2020
    Copy the full SHA
    eac16e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Copy the full SHA
    29106f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. fix: typo

    vankop committed Jan 9, 2021
    Copy the full SHA
    b9e8979 View commit details
    Browse the repository at this point in the history
  2. test: update snapshots

    vankop committed Jan 9, 2021
    Copy the full SHA
    8596b5d View commit details
    Browse the repository at this point in the history