Skip to content

Rules are not listed alphabetically #162

@mikelolasagasti

Description

@mikelolasagasti

Each time checkmake --list-rules returns rules in a different order.

$ checkmake --list-rules
                                                      
        NAME                   DESCRIPTION            
                                                      
  maxbodylength       Target bodies should be kept    
                      simple and short.               
  minphony            Minimum required phony targets  
                      must be present                 
  phonydeclared       Every target without a body     
                      needs to be marked PHONY        
  timestampexpanded   timestamp variables should be   
                      simply expanded                 

$ checkmake --list-rules
                                                      
        NAME                   DESCRIPTION            
                                                      
  minphony            Minimum required phony targets  
                      must be present                 
  phonydeclared       Every target without a body     
                      needs to be marked PHONY        
  timestampexpanded   timestamp variables should be   
                      simply expanded                 
  maxbodylength       Target bodies should be kept    
                      simple and short.              

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions