; checkmake configuration -- https://github.com/mrtazz/checkmake
;
; Run with: checkmake --config .checkmake.ini Makefile
;
; The default maxBodyLength of 5 is too aggressive for orchestration
; Makefiles that contain self-documenting help blocks and multi-step
; fmt/lint pipelines. 80 lines comfortably accommodates the help target
; and compound pipelines while still flagging genuinely runaway recipes
; that should be split into helper scripts.
[maxbodylength]
maxBodyLength = 80