exec pint --no-color lint rules
! stdout .
cmp stderr stderr.txt

-- stderr.txt --
level=INFO msg="Loading configuration file" path=.pint.hcl
level=INFO msg="Finding all rules to check" paths=["rules"]
level=INFO msg="Checking Prometheus rules" entries=1 workers=10 online=true
-- rules/0001.yaml --
- record: down
  expr: up == 0

-- .pint.hcl --
parser {
  relaxed = ["rules/.*"]
}
