Closed
Bug 1805804
Opened 2 years ago
Closed 2 years ago
avoid running linters on the entire tree for `support-files` changes if `--fix` is passed
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox110 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: sheehan, Assigned: sheehan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
See bug 1803229 comment 8 and below.
Assignee | ||
Comment 1•2 years ago
|
||
Changing a linter's support-files
causes that linter to
run against the entire tree. This is to avoid introducing
a regression in files that weren't touched, which would
be confusing for developers who trusted --outgoing
to
catch their regressions.
Turn this behaviour off when --fix
is passed as a linter
argument so these regressions aren't also fixed tree-wide.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64d4ccd9e14d
avoid linting the tree for `support-files` changes if `--fix` is passed r=marco
Comment 3•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•