require-digitalocean-app-spec-region-lowercase
Require DigitalOcean app spec region values to be lowercase.
Targeted pattern scopeâ
- Top-level
regionvalue in.do/app.yaml/.do/app.yml.
What this rule reportsâ
This rule reports non-lowercase region values.
Why this rule existsâ
Lowercase canonical region values reduce typo drift and keep deployment config style consistent.
â Incorrectâ
region: NYC
â Correctâ
region: nyc
When not to use itâ
Disable this rule if region normalization is handled externally and uppercase values are intentionally supported.
Rule catalog ID: R115