Git Source Structure used to hold the metadata for a rule
struct RuleMetadata {
    string ruleName;
    string ruleDescription;
}