-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
🛠 Tooling: Filter out noisy areas from end-to-end migration test snapshots #1142
Closed
3 tasks done
Closed
3 tasks done
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Comments
JoshuaKGoldberg
added
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
labels
Dec 30, 2023
3 tasks
JoshuaKGoldberg
added a commit
that referenced
this issue
Dec 30, 2023
## PR Checklist - [x] Addresses an existing open issue: fixes #1142 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview In the migration script, after running with `--mode migrate` but before running test assertions, modifies a couple of files on disk: 1. `.all-contributorsrc`: Formats with `JSON.stringify(..., null, 2)` as it seems All Contributors isn't able to use Prettier for it 2. `.github/DEVELOPMENT.md`: Adds back in the `## The Setup Scripts` heading, as it's not part of the default template Also wraps the `test`s in `describe` and standardizes naming just a bit. I'm very nitpicky.
This is still a thing. See the glorious commit history from #1139. |
3 tasks
JoshuaKGoldberg
added a commit
that referenced
this issue
Dec 30, 2023
…mbers (#1148) ## PR Checklist - [x] Addresses an existing open issue: fixes #1142 (again) - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Resets the all-contributors count in the snapshot too. So there's much less diff noise around it. In doing so, indicates that the snapshot file _might_ be changed. ANd that's ok.
🎉 This is included in version v1.50.2 🎉 The release is available on: Cheers! 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
Splitting out #1048 (comment):
I'll add that filtering logic now.
Additional Info
This is blocking any PR that updates
.all-contributorsrc
. Including #1139, which credits @Aslemammad for code contribution. Amusing irony.The text was updated successfully, but these errors were encountered: