Skip to content

Commit

Permalink
feat(SLB-226): attempt to warn rather thanfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop authored and luqmaanessop committed Jun 7, 2024
1 parent 779bab2 commit bf86555
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion packages/ui/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,26 @@ export const parameters = {
// Setting the enabled option to false will disable checks for this particular rule on all stories.
id: 'color-contrast',
reviewOnFail: true,
// enabled: false,
},
{
id: 'link-name',
reviewOnFail: true,
},
{
id: 'duplicate-id',
reviewOnFail: true,
},
{
id: 'landmark-no-duplicate-main',
reviewOnFail: true,
},
{
id: 'landmark-main-is-top-level',
reviewOnFail: true,
},
{
id: 'landmark-unique',
reviewOnFail: true,
},
],
},
Expand Down

0 comments on commit bf86555

Please sign in to comment.