We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1714bc0 commit 6f760dcCopy full SHA for 6f760dc
.clj-kondo/config.edn
@@ -28,10 +28,10 @@
28
:warn-on-reflection {:level :warning}
29
:unresolved-symbol
30
{:exclude
31
- [(marginalia.test.helpers/with-project [number-of-generated-pages
32
- project-name
33
- doc-generator
34
- tests])]}}
+ [number-of-generated-pages
+ project-name
+ doc-generator
+ tests]}}
35
36
:lint-as
37
{}
bin/kondo.sh
@@ -2,4 +2,6 @@
2
3
set -euo pipefail
4
5
+rm -rf .clj-kondo/.cache
6
+
7
clj-kondo --parallel --lint src/marginalia/ test
0 commit comments