clj-kondo (2021.12.19-0+74.2) stable; urgency=low

  * version number update by debtransform

 -- debtransform <build@opensuse.org>  Wed, 07 Jun 2023 16:47:19 +0000

clj-kondo (2021.12.19) stable; urgency=low

  * Updated to latest version

 -- Daniel Ziltener <dziltener@lyrion.ch>  Tue, 27 Dec 2021 12:00:00 +0000

clj-kondo (2021.09.25) stable; urgency=low

  * Updated to latest version

 -- Daniel Ziltener <dziltener@lyrion.ch>  Sat, 25 Sep 2021 12:00:00 +0000

clj-kondo (2021.08.06) stable; urgency=low

  * Updated to latest version

 -- Daniel Ziltener <dziltener@lyrion.ch>  Fri, 03 Sep 2021 12:00:00 +0000

clj-kondo (2020.05.31) stable; urgency=low

  * Updated to latest version

 -- Daniel Ziltener <dziltener@lyrion.ch>  Tue, 01 Jun 2021 12:00:00 +0000

clj-kondo (2020.03.31) stable; urgency=low

  * :defined-by contains raw node for sgen fns #1231
  * Fix wrong order of unresolved symbols #1237
  * Remove generated nodes from analysis #1239 (@ericdallo)
  * Add :report-duplicates linter config for several linters. #1232 (@snoe)

 -- Daniel Ziltener <dziltener@lyrion.ch>  Wed, 31 Mar 2021 12:00:00 +0000

clj-kondo (2021.03.22) stable; urgency=low

  * --copy-configs flag to indicate copy configs from dependencies while linting. This replaces --no-warnings.
  * --dependencies flag to indicate skipping already linted jars for performance. This replaces --no-warnings.
  * Support js property access syntax #1189
  * Fix linting user.clj #1190
  * Add linting for sgen/lazy-prims #1192
  * NullPointerException when ignoring :deprecated-var #1195
  * Fix :lint-as with cond-> #1205
  * Expose config to hook fns #1208 (@not-in-stock)
  * Fix crash with :clj-kondo/ignore in combination with :rename #1210
  * Fix false positive unresolved symbol in CLJS type hint #1212
  * Fix invalid namespace in clojure.data.xml analysis #1202
  * Fix analysis of clojure.core.reducers/defcurried #1217
  * Add :defined-by on missing var definitions #1219 (@ericdallo)
  * Add name positions to local-usage analysis #1220 (@ericdallo)
  * False positive :unused-private-var warning for deftype ^:private #1222
  * Correct escaping for docstrings in analysis #1224 (@lread)

 -- Daniel Ziltener <dziltener@lyrion.ch>  Mon, 22 Mar 2021 12:00:00 +0000

clj-kondo (2021.03.03) stable; urgency=low

  * Redundant expression false positive #1183
  * Redundant expression false positive #1185
  * Regression in unresolved symbol config #1187

clj-kondo (2021.02.28) stable; urgency=low

  * Lint nested function literal #636
  * Redundant expression linter #298
  * Add :exclude config to :refer linter #1172
  * Warn on non-existent var in :refer #546
  * Support clojure.data.xml/alias-uri#1180
  * Fix schema.core/defmethod linting for vectors dispatch-values #1175 (@leoiacovini)
  * Continue analyzing on invalid symbol #1146
  * Standalone require should be emitted to analysis #1177
  * Upgrade sci to 0.2.4

clj-kondo (2021.02.13) stable; urgency=low

  * Core.match support #496
  * Keyword analysis #1129 (@snoe). See analysis docs.
  * BREAKING: Don't use lint-as for hooks #1170
  * Fix crash when linting kitchen-async #1148
  * Memory optimizations for clojure-lsp commit
  * Upgrade to GraalVM 21.0.0 #1163
  * Fix analysis of case dispatch vals #1169
  * Potemkin improvement with regards to unresolved var #1167
  * Exported config fix for git deps #1171
  * Add :aliases to ns ctx and :alias to var-usages #1133 (@snoe)
  * Add :end-row and :end-col to var-definitions bucket on analysis #1147 (@ericdallo)
  * Fix unresolved var clojure.spec.gen.alpha/fmap #1157

clj-kondo (2021.01.20) stable; urgency=low

  * New linter: :unresolved-var. This detects unresolved vars in other namespaces, like set/onion. See docs. #635
  * Alpine Docker build #1111
  * Add locals to analysis #1109 (@snoe)
  * Add analysis for arglists #1123 (@snoe)
  * Fix finding without location info #1101
  * Detect duplicate key in '{[1 2] 3, (1 2) 4} #1056 (@jysandy)
  * Add cljs.core cases in lint-specific-calls! #1116 (@tomdl89)
  * [#1099] Add :single-operand-logical linter for and and or #1122 (@tomdl89)
  * Add :ns to :unused-namespace findings (@ericdallo)
  * Derive config dir from only file path linted #1135
  * Support name in defmethod fn-tail #1115
  * Avoid crash when using :refer-clojure + :only #957

 -- Daniel Ziltener <dziltener@lyrion.ch>  Thu, 21 Jan 2021 12:00:00 +0000


clj-kondo (2020.12.12) stable; urgency=low

  * Documentation: a list of all available linters #936
  * Lint protocol and interface implementations in deftype and defrecord #140
  * Upgrade to GraalVM 20.3.0 #1085
  * Support cljs.core/simple-benchmark syntax #1079
  * Support babashka.process/$ macro syntax #1089
  * Fix recur arity in doysync #1081
  * Alias linter doesn't recognize (quote alias) form #1074
  * Fix retries for refer :all when linting in parallel #1068
  * Improve analyzing syntax of amap #1069
  * Namespaced map in deps.edn causes false positive #1093
  * Support ignore hints in deps.edn #1094
  * Fix unsorted namespaces linter for nested libspecs #1097
  * Fix reported ns name in analysis for nested libspecs #1100

 -- Daniel Ziltener <dziltener@lyrion.ch>  Fri, 15 Jan 2021 12:00:00 +0000


clj-kondo (2020.10.10) stable; urgency=low

  * Shadowed var linter #646. See docs.
  * Config for ignoring unused :as binding clj-kondo#1016 (@dharrigan)
  * Type warning for contains? #1021
  * Predicate functions for hooks api #1006. See docs.
  * Support reader conditionals in ignore hint #1022. See docs.
  * Support ignore hint on unused binding #1017
  * Support ignore hint in ns form #1031
  * Linux packages (@zilti)
  * Fix memory leak in long running process #1036
  * Claypoole config enhancements clj-kondo/config#7
  * Don't warn about redundant let and do in hook-generated code #1038
  * Fix format string false positive #1007
  * Parse failure in (or) #1023
  * Analyze require in top-level do #1018
  * Analyze quote in require #1019
  * Base Docker image on Ubuntu latest #1026

 -- Daniel Ziltener <dziltener@lyrion.ch>  Sat, 10 Oct 2020 12:00:00 +0000


clj-kondo (2020.09.09) stable; urgency=low

  * Initial Release

 -- Daniel Ziltener <dziltener@lyrion.ch>  Sat, 03 Oct 2020 12:00:00 +0000
