Skip to content

Commit

Permalink
Fix typo in clj-kondo hook (#9)
Browse files Browse the repository at this point in the history
(Obviously it was cargo-culted from Toucan.)
  • Loading branch information
tsmacdonald authored Mar 20, 2024
1 parent 1ad052c commit 49c7ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clj-kondo/hooks/clojure/test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#_(= (last (str sexpr)) \!))
(hooks/reg-finding! (assoc (meta form)
:message (format "%s is not allowed inside a ^:parallel test" sexpr)
:type :toucan2/validate-deftest)))))))
:type :second-date/validate-deftest)))))))
(walk [form]
(f form)
(doseq [child (:children form)]
Expand Down

0 comments on commit 49c7ac1

Please sign in to comment.