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

Complete transition to new validation infrastructure #1330

Merged
merged 4 commits into from Nov 9, 2022
Merged

Commits on Nov 9, 2022

  1. Remove uniqueness validation

    It is the only check left that runs on the old validation
    infrastructure, and I'm not sure it actually does something useful
    anymore, given the coverage provided by all the other checks. If it
    turns out it does, we can re-add some form of it later, based on the new
    validation infrastructure.
    hannobraun committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    09fbd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e996929 View commit details
    Browse the repository at this point in the history
  3. Rename Validate2 to Validate

    This completes the transition to the new validation infrastructure.
    hannobraun committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    899b401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c874a9c View commit details
    Browse the repository at this point in the history