File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6060 ; ; suffice
6161 :redundant-fn-wrapper {:level :warning }
6262
63+ ; ; warn when binding symbols to themselves
64+ :redundant-let-binding {:level :warning }
65+
6366 ; ; warn when calling str with a single arg
6467 :redundant-str-call {:level :warning }
6568
7679 :unused-alias {:level :warning }
7780
7881 :used-underscored-binding {:level :warning }}}
82+
Original file line number Diff line number Diff line change 33
44set -euo pipefail
55
6- CLJ_KONDO_VERSION=" 2025.10 .23"
6+ CLJ_KONDO_VERSION=" 2025.12 .23"
77ROOT=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) /../" && pwd)
88
99function ensure_clj_kondo() {
Original file line number Diff line number Diff line change 11(ns clojars.search
2- (:refer-clojure :exclude [index])
32 (:require
43 [clojars.config :refer [config]]
54 [clojars.db :as db]
You can’t perform that action at this time.
0 commit comments