Skip to content

feat(linter): add unknown-key rule for unknown top-level keys#84

Open
ryo-manba wants to merge 1 commit into
google-labs-code:mainfrom
ryo-manba:feat/unknown-key-lint
Open

feat(linter): add unknown-key rule for unknown top-level keys#84
ryo-manba wants to merge 1 commit into
google-labs-code:mainfrom
ryo-manba:feat/unknown-key-lint

Conversation

@ryo-manba
Copy link
Copy Markdown

Closes #83

Adds an unknown-key lint rule (warning) that flags top-level YAML keys not in the known schema, so a typo like colours: is reported instead of silently discarded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: warn on unknown top-level schema keys (catch typos like colours:)

1 participant