Skip to content

Commit

Permalink
chore: update cljstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
crimeminister committed Dec 14, 2024
1 parent 223437e commit d6ca3d0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,15 @@
:exec-args {:randomize? false
:fail-fast? true}}

;; Include the style checker dependency.
:style/task
{:extra-deps
{mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git"
:git/sha "a76919fcfadd03bd01a93d82aaf58b78cf806816"}}}

;; Report format issues for current project code:
:style/check
{:main-opts ["--main" "cljstyle.main" "check"]}
{:extra-deps {mvxcvi/cljstyle {:mvn/version "0.17.642"}}
:main-opts ["--main" "cljstyle.main" "check"]}

;; Fix format issues for current project code:
:style/fix
{:main-opts ["--main" "cljstyle.main" "fix"]}
{:extra-deps {mvxcvi/cljstyle {:mvn/version "0.17.642"}}
:main-opts ["--main" "cljstyle.main" "fix"]}

;; Invoke build tooling to run commands from build.clj:
:build/task
Expand Down

0 comments on commit d6ca3d0

Please sign in to comment.