warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
152 stars 39 forks source link

[FEATURE] Add regex for alternate typo of onchanges #286

Closed nicholasmhughes closed 1 year ago

nicholasmhughes commented 2 years ago

Add to the existing rule to catch onchanges typos:

on_change:
on_change_any:
on_change_in:
on_changes:
on_changes_any:
on_changes_in:
M3GH4NN commented 1 year ago

@jbouter @sblaisot @roaldnefs could one of you you take a look at this PR? or could you point me in the direction of someone who could help? Thanks in advance.