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
refactor: adjust rule details format in generated markdown report
Rather than generating one big table, with lots of wide columns, this
generates one table per violation to be more extendable with new fields.
It also ends up being more consistent with how the data is displayed in
the CLI output.
Signed-off-by: Dustin Popp <[email protected]>
`| Message | A regular expression used in a 'pattern' attribute should be anchored with ^ and $ |`
21
46
);
22
-
expect(tableRows[4]).toBe(
23
-
"| ibm-anchored-patterns | A regular expression used in a 'pattern' attribute should be anchored with ^ and $ | components.schemas.Error.properties.message.pattern | 233 | warning |"
0 commit comments