# Intentionally invalid CODEOWNERS — five separate defects, one per rule below. # 1. owner is not a handle, an email, or a team /web/ platform-team # 2. team handle with no organisation *.go @backend # 3. pattern uses a character class, which CODEOWNERS does not support /docs/[a-z]*.md @sample-org/docs # 4. negation, which CODEOWNERS does not support either !/docs/generated/ @sample-org/docs # 5. unescaped space in the path /deploy/staging values.yaml @sample-org/platform