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 rule forbidding type holes #288

Open
rjdellecese opened this issue Oct 10, 2022 · 0 comments
Open

Add rule forbidding type holes #288

rjdellecese opened this issue Oct 10, 2022 · 0 comments

Comments

@rjdellecese
Copy link

Type holes (https://gcanti.github.io/fp-ts/modules/function.ts.html#hole) are useful for developing, but should basically never exist in production code. A no-holes or no-type-holes rule could help ensure that doesn't happen by accident!

@rjdellecese rjdellecese changed the title No holes Add rule forbidding type holes Oct 10, 2022
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