-
**version**
clj-kondo v2023.03.17
**macro usage**
N/A
**platform**
Linux 6.1.7-200.fc37.x86_64
**editor**
GNU Emacs 28.2
**problem**
[ Please provide a short and to the point descri…
-
**version**
```
clj-kondo v2023.03.17
```
**macro usage**
I have a `:macroexpand` hook like
```clj
(defmacro defmodel
[model _table-name]
`(def ~model "Docstring." ~(keyword (name…
-
E.g. `(ns foo (:require [non-existing]))`. clj-kondo could warn:
```
Required unknown namespace: non-existing
```
Linter name: `:unknown-required-namespace`
Clj-kondo should have something …
-
To enrich torchquantum's support of various algorithms, we need your help on implementing more quantum algorithms in TQ! You may choose any quantum algorithm you like to implement such as quantum four…
-
Type hints on function vars can be used to infer their return types, see
https://ask.clojure.org/index.php/8993/where-to-place-function-return-type-hints
Currently only tags on the arglists are u…
-
clj-kondo gives a false positive in the `widget` macro. The enviroment is vscode+calva, with clj-kondo version 2023.01.20
-
The following prepost map:
```
{:pre (set? input)
:post (set? %)}
```
Should lint as an error, because valid prepost maps are of the form:
```
{:pre [(set? input)]
:post [(set? %)]}
`…
-
**version**
clj-kondo v2023.01.20
**platform**
Installed via brew
**problem**
I get an error here:
```
(let [arr (to-array-2d [[1 2] [3 4]])
test-aget (aget arr 0 1)]
…
-
Repro:
```
$ clj -M:clj-kondo/dev --lint src/datomic.clj --config '{:analysis {:symbols true} :linters {:aliased-namespace-symbol {:level :warning}}}'
src/datomic.clj:8:26: warning: An alias is d…
-
To upvote this issue, give it a thumbs up. See [this list](https://github.com/clj-kondo/clj-kondo/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) for the most upvoted issues.
**Is your fe…