From 6add7347fc06bc0b47cbaa253561856f509c0920 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Mar 2023 15:08:12 -0500 Subject: [PATCH] docs(design): Note that we want non-transient, machine-independent config --- docs/design.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/design.md b/docs/design.md index 8a25e77..627ba68 100644 --- a/docs/design.md +++ b/docs/design.md @@ -11,6 +11,8 @@ Spell checks source code: Checking for errors in a CI: - No false-positives. - 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: - Fix errors for the user.