Files
sousa-gecko/tools/lint/clippy
Sylvestre Ledru 03f567b6a7 Bug 2046170 - Extend the clippy lint configuration in mozlint r=linter-reviewers,sergesanspaille
Enable the all, cargo and pedantic lint
groups plus the use_self nursery lint, then opt back out of a curated
list of individual lints.

clippy/__init__.py gains support for an allow list in clippy.yml,
emitting -A clippy::<lint> flags after the -W group flags so the
per-lint allows take effect.

Differential Revision: https://phabricator.services.mozilla.com/D305697
2026-06-15 06:13:18 +00:00
..