DocsCareConfiguration

Configuration

Every care.yml key and every command's flags.

care runs with no config at all. Everything on this page is optional. Reach for it when you want to pin a tool, turn a check off, retune the grade, or look up an exact flag.

Config file locations

care layers two YAML files, each optional. A missing file contributes nothing.

  1. ~/.care/care.yml, your machine-wide defaults.
  2. ./care.yml, the repo's own config, read second so it wins.