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

feat(validation): add option to exclude a list of commits by sha #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 22, 2023

  1. feat(validation): add option to exclude a list of commits by sha

    This adds a new configuration option, `excluded-commits`, which allows
    the user to provide a list of commits (full SHA1; 40 characters) that
    will be skipped during validation runs.
    
    This is useful for instance when having to merge branches from other,
    less strictly checked repo's.
    jstmlr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    44cb577 View commit details
    Browse the repository at this point in the history