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

Add auditor support for failing if certain assumptions exist #22

Open
atomb opened this issue Sep 13, 2022 · 0 comments
Open

Add auditor support for failing if certain assumptions exist #22

atomb opened this issue Sep 13, 2022 · 0 comments

Comments

@atomb
Copy link
Member

atomb commented Sep 13, 2022

One use case for the auditor is to better understand the assumptions your code is making. Another is to ensure that you're not making assumptions of specific types (or never introducing more beyond a base set). For the latter case, it would be nice for the auditor to allow failing a build it detects assumptions of a certain type.

To ensure that no new assumptions are added, it may work to check the output of the auditor (maybe the Markdown version) into a repo and then have the CI check that the latest output always matches this initial version.

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

No branches or pull requests

1 participant