{{define "rulesindex.html"}} Rule reference — AUR Report Card {{template "head" .}}

AUR Report Card / rules

Every check pkglint runs, grouped by concern. Each links to a page with an explanation and a flagged/preferred example.

Grading: any critical → F, any error → D, three or more warn → C, one or two → B, otherwise A. Suppress a reviewed case inline with # pkglint: ignore=PB123. Rules marked --fix pkglint rewrites automatically; --unsafe-fix ones are mechanical but change behavior, so review them.
{{range .Groups}}

{{.Title}}

{{range .Rules}} {{end}}
RuleNameFixDescription
{{.ID}} {{.Name}} {{template "fixpill" .FixLevel}} {{.Doc}}
{{end}} {{template "footer" .}}
{{end}}