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

clean: switch -test to a regex -whitelist flag #24

Merged
merged 3 commits into from
Feb 17, 2017
Merged

clean: switch -test to a regex -whitelist flag #24

merged 3 commits into from
Feb 17, 2017

Commits on Feb 17, 2017

  1. clean: switch -test to a regex -whitelist flag

    -test was _far_ too single-purpose and also unweildy in certain cases
    (it ignored "testdata" but not "fixtures" or similar). Instead of
    special casing everything, just add a whitelist flag that people can use
    for their own project requirements.
    
    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    b1caa00 View commit details
    Browse the repository at this point in the history
  2. test: add tests for 'vndr -whitelist'

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    4c31acf View commit details
    Browse the repository at this point in the history
  3. README: add some more information about -whitelist

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    9af37d1 View commit details
    Browse the repository at this point in the history