Skip to content

Commit 95ac242

Browse files
aliases: outdated skip git diff between current and new dependency
Skip check for Git diff between current and new library dependency version.
1 parent 8a9db7a commit 95ac242

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
** Updated
66
- dev: standard makefile tasks for Practicalli projects
77
- dev: lint-review v4 github action
8+
- aliases: outdated skip git diff between current and new dependency
89
* 2024-12-19
910
** Added
1011

deps.edn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@
307307
:reporter "table" ; json edn format
308308
:verbose false
309309
:upgrade false
310-
:force false}}
310+
:force false
311+
:no-changes true}}
311312

312313
;; Carve - search through code for unused vars and remove them
313314
;; clojure -M:search/unused-vars --opts '{:paths ["src" "test"]}'

0 commit comments

Comments
 (0)