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.
This commit is contained in:
Erin Call 2019-12-20 10:05:50 -08:00
parent aed59c251e
commit 197a377a82
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1

View file

@ -16,6 +16,8 @@ func (l *Lint) Execute(_ Config) error {
} }
// Prepare gets the Lint ready to execute. // 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 { func (l *Lint) Prepare(cfg Config) error {
if l.Chart == "" { if l.Chart == "" {
return fmt.Errorf("chart is required") return fmt.Errorf("chart is required")