Skip to content

Commit

Permalink
dev: add deps-deprecated.edn to cljstyle :ignore rule
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Apr 28, 2024
1 parent e0626b5 commit c3bbe58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cljstyle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; cljstyle configuration
{:files
{:extensions #{"cljc" "cljs" "clj" "cljx" "edn"},
:ignore #{".git" ".cljstyle" ".clj-kondo"}},
:ignore #{".git" ".cljstyle" ".clj-kondo" "deps-deprecated.edn"}},
:rules
{:namespaces
{:enabled? false,
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#+TITLE: Changelog

* Unreleased
** Added
- dev: add `deps-deprecated.edn` to cljstyle `:ignore` rule

* 2024-04-20
** Updated
Expand Down

0 comments on commit c3bbe58

Please sign in to comment.