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

clj-kondo config broken for try* (triggers: missing-clause-in-try) #33

Open
evanlouie opened this issue Jun 14, 2023 · 0 comments
Open

Comments

@evanlouie
Copy link

evanlouie commented Jun 14, 2023

The current clj-kondo config shipped with the project maps failjure.core/try* to clojure.core/try. This causes clj-kondo to complain about the the expression Missing catch or finally in try.

current workaround is to set .clj-kondo/config.edn to be:

{:lint-as {failjure.core/try* clj-kondo.lint-as/def-catch-all}}
TuggyNE added a commit to TuggyNE/failjure that referenced this issue Oct 12, 2023
As seen in adambard#33, there's extra config that causing problems.
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