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

Allow setting validate overflows mode in config file #211

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

mfontanini
Copy link
Owner

This allows configuring the overflow validation mode introduced in #209 in the config file via defaults.validate_overflows:

  • always to always validate.
  • never to never validate (this is the default).
  • when_presenting to validate when running in presentation mode (-p).
  • when_developing to validate when running in development mode (the default mode).

@mfontanini mfontanini merged commit 8a78438 into master Feb 17, 2024
5 checks passed
@mfontanini mfontanini deleted the validate-overflows-config branch February 17, 2024 17:00
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.

1 participant