Update cljkondo/clj-kondo Docker tag to v2026.08.04 - #95
Merged
Conversation
stig
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2026.07.24→2026.08.04Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
clj-kondo/clj-kondo (cljkondo/clj-kondo)
v2026.08.04Compare Source
:analyze-callhook rewrites a call, clj-kondo checks the arity of the original function but not its parameter types.v2026.08.03Compare Source
:keys/:strs/:symsconversion does not apply to a key after&.:selectand the required-keys check use the key exactly as it is typed. E.g.(defn f [{:strs! [& :foo]}] :ran) (f {:foo 1})no longer warns withMissing required key: "foo".(let [{[x0 x1] :x} {:x [1 2]}] (+ x0 x1))no longer warns.:conflicting-aliasno longer warns when an alias is equal to the name of the current namespace (@subotac). This change reverts #2849.:redundant-primitive-coercionno longer checksintandfloat. An integer-typed value can be aLong, so(int x)still converts.float?is also true for doubles.:alldirective in map destructuring. E.g.(let [{:keys [a] :all m} {}] m)no longer warns withUnresolved symbol: m.:or(@jramosg). E.g.(let [{:keys [x] :or {:x 1}} {}] x).keysandvalsare nilable. E.g.(when (keys m) ...)no longer warns withCondition always true.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.