Skip to content

Commit 2c3482c

Browse files
dev: update cljstyle ignore patterns
1 parent 4577822 commit 2c3482c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cljstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; cljstyle configuration
22
{:files
33
{:extensions #{"cljc" "cljs" "clj" "cljx" "edn"},
4-
:ignore #{"checkouts" "develop" ".hg" "target" ".git"}},
4+
:ignore #{".git" ".cljstyle" ".clj-kondo"}},
55
:rules
66
{:namespaces
77
{:enabled? false,

0 commit comments

Comments
 (0)