salt-lint
salt-lint copied to clipboard
Help writing a new lint test
My team has a team specific formating for state names:
$FORUMLA - $STATE - $OPT_SUBSTATE - description
Based on the filename, I think I can figure out what the formula, state and option substate names should be.
My question is - how do I identify the state name in the text? Is that even regexable?
Suggestions welcome.