docs(design): Note that we want non-transient, machine-independent config

This commit is contained in:
Ed Page 2023-03-13 15:08:12 -05:00
parent 043fdb59fa
commit 6add7347fc

View file

@ -11,6 +11,8 @@ Spell checks source code:
Checking for errors in a CI: Checking for errors in a CI:
- No false-positives. - No false-positives.
- On spelling errors, sets the exit code to fail the CI. - On spelling errors, sets the exit code to fail the CI.
- Machine-independent, repo-specific configuration
- As compared to layered config with the users system or the command-line
Quick feedback and resolution for developer: Quick feedback and resolution for developer:
- Fix errors for the user. - Fix errors for the user.