Skip to contents

This optional inspection entry point is useful for scripts, continuous integration, and configuration review. It is not required before run_project(), which retains its selected-stage checks. Unlike the historical repair path in validate_project(), this function never opens the setup wizard and never writes the configuration.

Usage

validate_project_config(input, quiet = FALSE)

Arguments

input

A project configuration object, YAML file, or project directory.

quiet

Suppress the printed validation summary.

Value

A bg_project_validation object containing valid, issues, messages, and the parsed config.