Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

enhancement: Add quiet flag to hide warnings #4025

Merged
merged 1 commit into from
Jul 18, 2018
Merged

enhancement: Add quiet flag to hide warnings #4025

merged 1 commit into from
Jul 18, 2018

Commits on Jul 13, 2018

  1. Add quiet flag to hide warnings

    Sometimes you may want to run linting but ignore any warnings
    produced, such as in a CI environment where you only want lint
    failures to fail the build (many runners will check both the exit
    code and STDERR to see if the program has passed).
    
    This mimics the `quiet` flag available in ESLint, which hides
    errors from output when passed.
    Matthew Herbst committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    2efde9f View commit details
    Browse the repository at this point in the history