AUR Report Card / rules / {{.Rule.ID}}
{{.Rule.Name}} {{template "fixpill" .Rule.FixLevel}}
{{.Rule.Doc}}
pkglint can fix this automatically:
run
{{end}}
pkglint {{.Rule.FixLevel.Flag}}{{if not .Rule.FixLevel.Safe}} (behavior-changing,
so review the result){{end}}. Preview without writing using --diff.{{.Rule.Bad}}
{{.Rule.Good}}
Suppress a reviewed, intentional case with
{{template "footer" .}}
# pkglint: ignore={{.Rule.ID}} on (or above) the offending line, or skip the
rule entirely with --ignore {{.Rule.ID}}.