Module

cli.commands.fix

Auto-fix commands for Bengal.

Commands:

bengal fix - Auto-fix common health check issues

Functions

fix 6 None
Auto-fix common health check issues. Analyzes health check results and applies…
def fix(validator: str | None, dry_run: bool, confirm: bool, fix_all: bool, traceback: str | None, source: str) -> None

Auto-fix common health check issues.

Analyzes health check results and applies safe fixes automatically. By default, only applies SAFE fixes (reversible, no side effects).

See also: bengal validate - Run health checks

Parameters
Name Type Description
validator str | None
dry_run bool
confirm bool
fix_all bool
traceback str | None
source str