mrtazz / checkmake

experimental linter/analyzer for Makefiles
MIT License
1.02k stars 44 forks source link

Unclear how to actually reconfigure the minphony rule #86

Open mcandre opened 1 year ago

mcandre commented 1 year ago

I tried several variations of a configuration file like this, but none of them have any effect on the behavior of checkmake.

checkmake.ini:

[minphony]
required=all clean

checkmake insists on warning for missing test phony targets in my makefiles, regardless of the configuration. The documentation gives no INI example of overriding the default list.

cooljeanius commented 7 months ago

Related: #15, #72, #87, and #88