Skip to content

Commit

Permalink
retract clj-kondo config
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Dec 20, 2023
1 parent b88e970 commit 95884c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{:redefined-var {:level :off}
:duplicate-require {:level :off}
:namespace-name-mismatch {:level :off}}
:config-in-ns {tests {:linters {:unresolved-symbol {:exclude [(defnk)
(eg/eg)
:config-in-ns {tests {:linters {:unresolved-symbol {:exclude [(eg/eg)
(eg/ex)
(plumula.mimolette.alpha/defspec-test [spec-check-index])]}}}
index {:linters {:invalid-arity {:level :off}}}}}

0 comments on commit 95884c8

Please sign in to comment.