Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 393 Bytes

format-check.md

File metadata and controls

15 lines (10 loc) · 393 Bytes

format-check target

Perform a format check with the help of clj-fmt

Usage

clojure -T:project format-check

Multi-module project behavior

When a :exoscale.project/modules key is present in the project's configuration, runs through all configured module to call the format-check target instead of running on the project.