From 63afd6e4709719f9188a43d3c8b95650de903600 Mon Sep 17 00:00:00 2001 From: Andrey Bogoyavlenskiy Date: Mon, 3 Jun 2024 01:15:33 +0100 Subject: [PATCH] Improve linting --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e4755d1..c1c63fb 100644 --- a/Makefile +++ b/Makefile @@ -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