Apply calls with arguments and flags for the rule from config file if flags or arguments are invalid or not expected return an error Apply is called before Validate
(setting RuleSetting)
| 62 | // if flags or arguments are invalid or not expected return an error |
| 63 | // Apply is called before Validate |
| 64 | Apply(setting RuleSetting) error |
| 65 | |
| 66 | // Validate validates the rule for given commit message |
| 67 | // if given commit is valid, return true and messages slice are ignored |
no outgoing calls
no test coverage detected