chore(deps): update dependency clj-kondo:clj-kondo to v2024.11.14 #62
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:
2024.05.24
->2024.11.14
Release Notes
clj-kondo/clj-kondo (clj-kondo:clj-kondo)
v2024.11.14
Compare Source
:redundant-nested-call
(@tomdl89), set to level:info
by default:redundant-ignore
,:redundant-str-call
linters to level:info
:redundant-do
incatch
--report-level
flagrequire
and:require
forms (@NoahTheDuke)gen-interface
(by suppressing unresolved symbols)cond->
andcond->>
(@tomdl89)str/replace
and^String
annotationv2024.09.27
Compare Source
:redundant-ignore
linterv2024.09.26
Compare Source
:redundant-ignore
. See docsletfn
hooks-api/callstack
function--skip-lint
deftype
anddefrecord
constructors can be used withType/new
:sort
option to:unsorted-required-namespaces
linter to enable case-sensitive sort to match other toolsgen/fmap
var incljs.spec.gen.alpha
v2024.08.29
Compare Source
byte/1
):destructured-or-binding-of-same-map
which warns about:or
defaults referring to bindings of same map, which is undefined and may result in brokenbehavior
:analyze-call
hook:as-alias
with current namespace without warning about self-requiring namespacev2024.08.01
Compare Source
@x
should warn with type error aboutx
not being an IDeref, e.g. with@inc
do
anddoto
type checking (@yuhan0):unused-value
or
without arguments--dependencies --copy-configs
:discouraged-namespace
can have:level
per namespaceConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.