export async function postcondition({readYAML, assert}) {
    const config = await readYAML(configFile);
    assert(config.exclude_paths === undefined);
}