Skip to content

Commit fa42f26

Browse files
committed
Enforce the usage of str as alias for clojure.string
1 parent d0818f6 commit fa42f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clj-kondo/config.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
:linters {:unused-private-var {:level :warning
55
:exclude [orchard.query-test/a-private orchard.query-test/docd-fn]}
66
:unresolved-symbol {:exclude [(clojure.test/is [match?])]}
7+
:consistent-alias {:aliases {clojure.string str}}
78
;; Enable this opt-in linter:
89
:unsorted-required-namespaces {:level :warning}}}

0 commit comments

Comments
 (0)