- Add runner_name variable to default, binary, and lifecycle verify playbooks - Update molecule target to test all 7 scenarios sequentially - Add molecule-docker and molecule-binary platform matrix targets - Disable checkmake maxbodylength rule to accommodate longer recipes
5 lines
167 B
INI
5 lines
167 B
INI
[checkmake]
|
|
# Disable the phony rule which flags common .PHONY placement patterns
|
|
# as it produces false positives for standard Makefile layouts
|
|
disable=maxbodylength
|