gecko-dev/python/mozlint
Ray Kraesig 3ebd048437 Bug 1866176 - normalize paths in FileFinder r=ahal,firefox-build-system-reviewers,glandium
On Windows, paths provided to FileFinder may contain backslashes, which
will cause uses of `mozpath.match` later on to fail when they try to
compare mixed-path values. To avoid this, normalize those paths on
receipt.

(Also, silence a lint by pulling the global `args` variable into a
function, so that it is no longer occluded by the various function
parameters named `args`.)

Differential Revision: https://phabricator.services.mozilla.com/D194448
2023-12-04 17:14:29 +00:00
..
mozlint Bug 1866176 - normalize paths in FileFinder r=ahal,firefox-build-system-reviewers,glandium 2023-12-04 17:14:29 +00:00
test
.ruff.toml
setup.py