Bug 1621322 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Sounds like there are a couple problems here..

1) Submitting a Python-only patch to phabricator should not show any clippy results at all.
2) The default of run every linter on every file is not great. See https://bugzilla.mozilla.org/show_bug.cgi?id=1369784 comment 4 and down. I decided *not* to make `--outgoing` the default, but would be open to reconsidering. But otherwise, running `./mach lint` without qualifiers is expected to eat your machine (even without clippy). Actually typing that out makes me realize that I should re-open that bug :).
Sounds like there are a couple problems here..

1) Submitting a Python-only patch to phabricator should not show any clippy results at all.
2) The default of run every linter on every file is not great. See https://bugzilla.mozilla.org/show_bug.cgi?id=1369784 comment 4 and down. I decided *not* to make `--outgoing` the default, but would be open to reconsidering. But otherwise, running `./mach lint` without qualifiers is expected to eat your machine (even without clippy). Actually typing that out makes me realize that I should re-open that bug :).
3) The clippy lint is very slow / resource intensive.

Back to Bug 1621322 Comment 3