Skip to content

Commit

Permalink
Improve linting
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed Jun 3, 2024
1 parent f80fa8c commit 63afd6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ lint:
.PHONY: lint-init # Linting code with libraries
lint-init:
@$(INFO) "Linting project's classpath..."
@clj-kondo --parallel --lint $(shell clj -Spath)
@clj-kondo --dependencies --copy-configs --lint $(DIRS)
@clj-kondo --parallel --dependencies --copy-configs --lint $(shell clj -Spath)


.PHONY: outdated # Check deps versions
Expand Down

0 comments on commit 63afd6e

Please sign in to comment.