You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The renderers should ideally be loaded via the extension mechanism
rather than hard-coding the load of each class.
This also enables the ability to add future renderers without
changes to the code that loads them.
Closessecuresauce#541
Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
The renderers should ideally be loaded via the extension mechanism
rather than hard-coding the load of each class.
This also enables the ability to add future renderers without changes to
the code that loads them.
Closes#541
Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
Is your feature request related to a problem? Please describe.
Similar to the parsers and rules, the renderers deserve to also be extensions.
Describe the solution you'd like
Define renderers in setup.cfg as an extensions entry_points.
Describe alternatives you've considered
Currently hard-coded.
Additional context
n/a
Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.
The text was updated successfully, but these errors were encountered: