Skip to content

Commit

Permalink
Clarify that a separate commit is useful
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Jul 17, 2024
1 parent 911f5c9 commit e200c13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/null_safety/null_safe_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ This codemod will:

### Codemod to run as part of a null safety migration

Once you're ready to begin a null safety migration, run the `null_safety_migrator_companion` codemod:
Once you're ready to begin a null safety migration, run the `null_safety_migrator_companion` codemod, and commit the
hints it adds as a separate commit before proceeding with the rest of the migration.

```bash
dart pub global activate over_react_codemod
Expand Down Expand Up @@ -101,6 +102,9 @@ especially as it pertains to [prop nullability](#prop-nullability).
## Step 4: Run the migration tool
> [!TIP]
> **Be sure to commit any changes from step 3 prior to running the migrator tool!**
Run the null safety migrator tool:
- **For Workiva employees, use the [Workiva version of the migrator tool](https://github.com/Workiva/wnnbd?tab=readme-ov-file#migrating-a-package).**
Expand Down

0 comments on commit e200c13

Please sign in to comment.