-
Notifications
You must be signed in to change notification settings - Fork 410
Formatter rules list is hard-coded #1282
Copy link
Copy link
Open
Description
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is technical debt.
The formatter has a list of hard-coded rules, and it can only execute those. It should be refactored to enable the run-time specification of rules via settings. However, more research is needed to determine is there is a necessary reason the rules are hard-coded. See #1277 (comment) and #1277 (comment) for more details.