Tooling
tooling
Tooling rules — CLI tool availability checks.
ToolAvailabilityRule
dataclass
Bases: ProjectRule
Check if a required CLI tool is available on PATH.
Source code in packages/axm-audit/src/axm_audit/core/rules/tooling.py
rule_id
property
Unique identifier for this rule.
check(project_path)
Check if the tool is available on the system PATH.