-
- Downloads
Bug 1753701: Always default to `--outgoing`/`--workdir` in `./mach lint` r=ahal
Tweaks `./mach lint` behaviour to always fall back to only linting files that have changed according to VCS - previously, this only happened if no linter was provided. Adjusts "am I at $topsrcdir" check to use `pathlib` to avoid mismatches due to inconsistent capitalization or slash direction. Updates CI references to explicitly provide `*` as the path to avoid the only-lint-files-changed restriction. Differential Revision: https://phabricator.services.mozilla.com/D137870
Please register or sign in to comment