-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Use @cloudscape-design/build-tools stylelint rules #323
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #323 +/- ##
==========================================
- Coverage 93.92% 93.57% -0.35%
==========================================
Files 61 61
Lines 4312 4312
Branches 745 529 -216
==========================================
- Hits 4050 4035 -15
- Misses 260 277 +17
+ Partials 2 0 -2 ☔ View full report in Codecov by Sentry. |
package-lock.json
Outdated
@@ -1307,6 +1308,155 @@ | |||
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", | |||
"dev": true | |||
}, | |||
"node_modules/@cloudscape-design/browser-test-tools": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the @cloudscape-design dependencies shouldn't be there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be removed by this script?
https://github.com/cloudscape-design/board-components/blob/main/package.json#L125
I need to verify but I think the failing dry-run is related to this: cloudscape-design/actions#49 |
Description
Related links, issue #, if available: n/a
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md
.CONTRIBUTING.md
.Security
checkSafeUrl
function.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.