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

fix docs and add test: ignore and only take arrays as arguments #290

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 27, 2019

  1. fix docs: ignore and only take arrays as arguments

    - just passing a single regex causes errors:
      - Error: .ignore must be an array, or undefined
      - Error: .only must be an array, or undefined
    agilgur5 committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d32a5ae View commit details
    Browse the repository at this point in the history
  2. test: ensure ignore and only options pass

    - to ensure the docs I just fixed have a passing usage test somewhere
    agilgur5 committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a2527e0 View commit details
    Browse the repository at this point in the history