- Remove KCL ecosystem (~220 files deleted) - Migrate all infrastructure to Nickel schema system - Consolidate documentation: legacy docs → provisioning/docs/src/ - Add CI/CD workflows (.github/) and Rust build config (.cargo/) - Update core system for Nickel schema parsing - Breaking changes: KCL workspaces require migration - Migration bridge available in docs/src/development/
10 lines
221 B
YAML
10 lines
221 B
YAML
extends: existence
|
|
message: "Don't use '%s' as a gender-neutral pronoun."
|
|
link: 'https://developers.google.com/style/pronouns#gender-neutral-pronouns'
|
|
level: error
|
|
ignorecase: true
|
|
tokens:
|
|
- he/she
|
|
- s/he
|
|
- \(s\)he
|