Skip to content

Commit

Permalink
Change linters order
Browse files Browse the repository at this point in the history
Since kondo completes faster, it is preffered to run him before complex linters
  • Loading branch information
solar05 committed Feb 24, 2024
1 parent a7f26c2 commit 84e477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fix-format:
clojure -M:cljfmt-fix
clojure -M:kibit -- --replace

checks: check-format check-eastwood check-kibit check-kondo
checks: check-format check-kondo check-eastwood check-kibit

check-format:
clojure -M:cljfmt-check
Expand Down

0 comments on commit 84e477f

Please sign in to comment.