We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0818f6 commit fa42f26Copy full SHA for fa42f26
.clj-kondo/config.edn
@@ -4,5 +4,6 @@
4
:linters {:unused-private-var {:level :warning
5
:exclude [orchard.query-test/a-private orchard.query-test/docd-fn]}
6
:unresolved-symbol {:exclude [(clojure.test/is [match?])]}
7
+ :consistent-alias {:aliases {clojure.string str}}
8
;; Enable this opt-in linter:
9
:unsorted-required-namespaces {:level :warning}}}
0 commit comments