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
This is a complicated problem that I’m not sure needs to be solved, but would be very helpful, especially for large projects like the pattern libraries.
Some kind of scoped MarkbotFiles where certain requirements can be specified against certain files, but different requirements against different files. It’s possible to do this if you know the names of the files ahead of time, but if the filenames are unknown it isn’t possible.
Here’s my initial thought:
scopes:
- path: 'patterns/*'inherit:
- html
- cssallFiles:
html:
outline: false
- path: 'pages/*'inherit:
- html
- aria-landmarks
The text was updated successfully, but these errors were encountered:
This is a complicated problem that I’m not sure needs to be solved, but would be very helpful, especially for large projects like the pattern libraries.
Some kind of scoped MarkbotFiles where certain requirements can be specified against certain files, but different requirements against different files. It’s possible to do this if you know the names of the files ahead of time, but if the filenames are unknown it isn’t possible.
Here’s my initial thought:
The text was updated successfully, but these errors were encountered: