Ignoring known breaking changes¶
Breaking changes are sometimes unavoidable or intentional. Roseau can therefore be configured to ignore a list of known breaking changes to avoid reporting them in subsequent analyses. The list of ignored changes is specified in a CSV file that shares the same format as the output of the --report option.
1. Generate a Baseline CSV¶
Generate a CSV report from the current diff:
The generated CSV file looks as follows and can be reused to ignore the listed changes in future analyses.2. Reuse the Baseline¶
Passing that file to the --ignored option will cause Roseau to ignore all changes listed in the CSV file.