strict property

bool strict
final

If true, The check between header and body need to be strict this mean that the check on the header and the body must be satisfied. if false (as default), if the header it is not matching but the body yes, the commit is checked anyway

This is useful when there are packages information on the header but this information are not satisfied, but we want add the info anyway if the body match!

Implementation

final bool strict;