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

Add quiet mode and support for ignore patterns #41

Merged
merged 5 commits into from
May 23, 2018
Merged

Add quiet mode and support for ignore patterns #41

merged 5 commits into from
May 23, 2018

Conversation

timmkrause
Copy link

#39

@timmkrause timmkrause changed the title Add requested quiet mode Add quiet mode and support for ignore patterns May 18, 2018
@timmkrause
Copy link
Author

Regarding ignore patterns:

I have wrapped them into an object to allow future extensions. One example could be to scope a pattern to certain files via file globs.

Another reason could be to additionally allow the following:

{
    "ignorePatterns": [
        {
            pattern: "^http://example.net",
            reason: "Some justification why this sould be skipped."
        }
    ]
}

@timmkrause
Copy link
Author

Also addresses #10 and #18.

@tcort tcort merged commit ed2781d into tcort:master May 23, 2018
@tcort
Copy link
Owner

tcort commented May 23, 2018

Thanks for the patches. Published in v3.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants