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

Malli generates :nilable/any which is not a valid type in clj-kondo #821

Closed
borkdude opened this issue Jan 19, 2023 · 1 comment
Closed
Labels
bug Something isn't working help wanted Help most welcome

Comments

@borkdude
Copy link
Contributor

:any already includes nilables but this generates :nilable/any:

user=> (malli.clj-kondo/accept :maybe :maybe [:any] nil)
:nilable/any

This causes weird output with clj-kondo linting in this issue.

@ikitommi ikitommi added bug Something isn't working help wanted Help most welcome labels Jan 24, 2023
@tvaisanen
Copy link
Contributor

fixed by #843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Help most welcome
Projects
Status: Done
Development

No branches or pull requests

3 participants