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

Rule to detect not handled Left which is not wrapped into either {} #47

Open
nacyolsa opened this issue Mar 27, 2024 · 0 comments
Open

Comments

@nacyolsa
Copy link

Let say I have a function:

fun doSomething(): Either<CustomError, Unit> = ...

and

fun doWithoutEither() {
    doSomething()
}

What do you think about adding a rule which will detect functions which return Either<Left, Right> but are called not inside either{} or their left side is not handled?

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