Skip to content

Commit

Permalink
deps: Replace cljstyle with standard-clj
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Nov 6, 2024
1 parent f68c8e3 commit dcc2cea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ build-clean: ## Clean build assets or given directory
pre-commit-check: format-check lint test ## Run format, lint and test targets

format-check: ## Run cljstyle to check the formatting of Clojure code
$(info --------- cljstyle Runner ---------)
cljstyle check
$(info --------- standard-clojure-style-js Runner ---------)
standard-clj check .

format-fix: ## Run cljstyle and fix the formatting of Clojure code
$(info --------- cljstyle Runner ---------)
cljstyle fix
$(info --------- standard-clojure-style-js Runner ---------)
standard-clj fix .

lint: ## Run MegaLinter with custom configuration (node.js required)
$(info --------- MegaLinter Runner ---------)
Expand Down

0 comments on commit dcc2cea

Please sign in to comment.