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

Rename 'whitelist' to 'ignore_list' #10

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

Commits on Nov 1, 2023

  1. Rename 'whitelist' to 'ignore_list'

    ...and allow it to be used to solve the Scunthorpe problem:
    https://en.wikipedia.org/wiki/Scunthorpe_problem
    bendilley committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2e119b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Support regex entries in ignore_list

    Technically a Regexp object would have been interpolated anyway, but I
    thought it would be more efficient this way, and better to explicitly
    support it.
    bendilley committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    21d9618 View commit details
    Browse the repository at this point in the history