simpleRuleConverter and argument helpers for simple cases #813
Labels
status: aged away
Not enough activity occurred on this issue in a reasonable amount of time to justify taking action.
type: cleanup
Code smells, incorrect tests, build systems, or other internal shenanigans
🚀 Feature Request
I think it is tedious to create all the files, tests, etc... for simple rule converters that are basically changing the name, adding plugins and that's it. For such plugins, it would be great to add a simple helper function or even an additional place that we just pass those simple values.
For simple cases of argument mapping we could add a mapping function that would help with that.
Existing Behavior
Even a simple rule takes at least 2 new files and 1 change in the existing one - often copy-pasting code.
Change Proposal
PR in progress
The text was updated successfully, but these errors were encountered: