Write a Baseline
php devdoctor ci --write-baseline=devdoctor-baseline.json
php devdoctor ci --write-baseline=devdoctor-baseline.json --force
Use a Baseline
php devdoctor ci --baseline=devdoctor-baseline.json
php devdoctor ci --baseline=devdoctor-baseline.json --baseline-report
Suppressed issues stay visible in table, JSON, and SARIF, but do not affect status or exit code. Missing baseline files return exit code 4; invalid baselines return exit code 3.
Baseline report
See what is active, suppressed, or already resolved.
--baseline-report adds an informational CI issue with counts for active fingerprints, suppressed fingerprints, and resolved fingerprints that exist in the baseline but no longer appear in the current run.
activenew or unsuppressed
suppressedmatched baseline
resolvedstale baseline