From 197a377a8215c1ccd2c94d3e4c47c83feb7587af Mon Sep 17 00:00:00 2001 From: Erin Call Date: Fri, 20 Dec 2019 10:05:50 -0800 Subject: [PATCH] Prod maintainers to keep the docs and code in sync [#8] Offhand I don't see a way to ensure it programmatically, but I feel like I should at least make an attempt. --- internal/run/lint.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/run/lint.go b/internal/run/lint.go index e2843ca..1993b49 100644 --- a/internal/run/lint.go +++ b/internal/run/lint.go @@ -16,6 +16,8 @@ func (l *Lint) Execute(_ Config) error { } // Prepare gets the Lint ready to execute. +// Note: mandatory settings are documented in README.md, and the full list of settings is in docs/lint_settings.yml. +// Any additions or deletions here should be reflected there. func (l *Lint) Prepare(cfg Config) error { if l.Chart == "" { return fmt.Errorf("chart is required")