Skip to content

Commit

Permalink
Fix libspec-allowlist tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Rodionov committed Oct 16, 2022
1 parent 5c94616 commit 96a454c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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*"]}}}}}
2 changes: 1 addition & 1 deletion test/refactor_nrepl/ns/libspec_allowlist_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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*"]
Expand Down

0 comments on commit 96a454c

Please sign in to comment.