mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
0f7f399e93
This commit does the following. - Renames `slashslash` as `dumbComments`. As a result, it now comes before `emptyLines` in alphabetical ordering, which means that if you apply both `dumbComments` and `emptyLines`, lines that contain only comments will be fully removed. (I contemplated changing the filter ordering to match the order specified, rather than using alphabetical ordering, but that was more invasive and not obviously better.) - Changes `dumbComments` so it only applies if the comment is at the start of the line (with optional leading whitespace). This is so it can be used with prefs files, which contain lines like `pref("foo", "https://mozilla.org");` where the `//` must not be treated as a comment. Note that `slashslash` wasn't being used anywhere. Depends on D88240 Differential Revision: https://phabricator.services.mozilla.com/D88242 |
||
---|---|---|
.. | ||
mozbuild | ||
build-overview.rst | ||
build-targets.rst | ||
cppeclipse.rst | ||
defining-binaries.rst | ||
defining-xpcom-components.rst | ||
environment-variables.rst | ||
files-metadata.rst | ||
glossary.rst | ||
gn.rst | ||
index.rst | ||
jar-manifests.rst | ||
locales.rst | ||
mozbuild-files.rst | ||
mozbuild-symbols.rst | ||
mozconfigs.rst | ||
mozinfo.rst | ||
pgo.rst | ||
preprocessor.rst | ||
python.rst | ||
rust.rst | ||
sccache-dist.rst | ||
slow.rst | ||
sparse.rst | ||
supported-configurations.rst | ||
telemetry.rst | ||
test_certificates.rst | ||
test_manifests.rst | ||
toolchains.rst | ||
visualstudio.rst |