Skip to content

setting minphony.required to empty in the config should disable the minphony rule. #117

@obnoxxx

Description

@obnoxxx

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            
             ""

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions