As discussed in a different issue, it would be convenient to be able to disable the minphony altogether
by setting minphony.required to the empty string in the config file.
currently, the behavior is to require a phony target named "".
$ cat test.ini
[minphony]
required=
$ ./checkmake --config=test.ini /dev/null
RULE DESCRIPTION FILE NAME LINE NUMBER
minphony Missing required phony target /dev/null 0
""
As discussed in a different issue, it would be convenient to be able to disable the
minphonyaltogetherby setting
minphony.requiredto the empty string in the config file.currently, the behavior is to require a phony target named
"".