We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9db7a commit 95ac242Copy full SHA for 95ac242
CHANGELOG.org
@@ -5,6 +5,7 @@
5
** Updated
6
- dev: standard makefile tasks for Practicalli projects
7
- dev: lint-review v4 github action
8
+ - aliases: outdated skip git diff between current and new dependency
9
* 2024-12-19
10
** Added
11
deps.edn
@@ -307,7 +307,8 @@
307
:reporter "table" ; json edn format
308
:verbose false
309
:upgrade false
310
- :force false}}
+ :force false
311
+ :no-changes true}}
312
313
;; Carve - search through code for unused vars and remove them
314
;; clojure -M:search/unused-vars --opts '{:paths ["src" "test"]}'
0 commit comments