-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(core): allow more granular control over sanity checks #16973
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(core): allow more granular control over sanity checks #16973
Conversation
ef772ea
to
7a0d5bc
Compare
7a0d5bc
to
47ade95
Compare
74063c8
to
11b09f2
Compare
Reworked based on the feedback @jelbourn. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Allows consumers to disable individual sanity checks, rather than the all-or-nothing setup that we have at the moment. Fixes angular#16617.
11b09f2
to
b016497
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Allows consumers to disable individual sanity checks, rather than the all-or-nothing setup that we have at the moment.
Fixes #16617.