pub fn run_cli() -> Result<()>Expand description
Run the complete linter CLI application
This function initializes tracing, parses CLI arguments, and executes the appropriate linting commands.
ยงErrors
Returns an error if any linter fails or if CLI parsing fails.