From 96a454c5b9105a34a31a20c5c12d8441bd3eb270 Mon Sep 17 00:00:00 2001 From: Vadim Rodionov Date: Sun, 16 Oct 2022 14:25:39 +0600 Subject: [PATCH] Fix libspec-allowlist tests --- .clj-kondo/config.edn | 2 +- test/refactor_nrepl/ns/libspec_allowlist_test.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clj-kondo/config.edn b/.clj-kondo/config.edn index 2407b7f..27b963d 100644 --- a/.clj-kondo/config.edn +++ b/.clj-kondo/config.edn @@ -49,4 +49,4 @@ :config-in-ns {;; for integration tests: refactor-nrepl.ns.libspec-allowlist-test {:linters {:unused-namespace {:exclude [really.important - another.important*]}}}}} + "^another.important*"]}}}}} diff --git a/test/refactor_nrepl/ns/libspec_allowlist_test.clj b/test/refactor_nrepl/ns/libspec_allowlist_test.clj index db59cd1..0b0022d 100644 --- a/test/refactor_nrepl/ns/libspec_allowlist_test.clj +++ b/test/refactor_nrepl/ns/libspec_allowlist_test.clj @@ -20,7 +20,7 @@ merging their results" "more.unused.namespaces*" ;; from our .clj-konfo file, namespace local configuration "^\\Qreally.important\\E$" - "^\\Qanother.important*\\E$" + "^another.important*" ;; from attr-map of this ns "^\\Qsomething.important\\E$" "something.more.important*"]