No Bug - Revert "Bug 42725: Fix upstream lint issues"
requested to merge brizental/tor-browser:revert-upstream-lint-fixes into tor-browser-128.0esr-14.0-2
Merge Info
Related Issues
- tor-browser#xxxxx
- mullvad-browser#xxxxx
- tor-browser-build#xxxxx
Backporting
Timeline
-
Immediate: patchset needed as soon as possible -
Next Minor Stable Release: patchset that needs to be verified in nightly before backport -
Eventually: patchset that needs to be verified in alpha before backport -
No Backport (preferred): patchset for the next major stable
Merging
-
Merge to tor-browser
-!fixups
totor-browser
-specific commits, new features, security backports -
Merge to base-browser
-!fixups
tobase-browser
-specific commits, new features to be shared withmullvad-browser
, and security backports-
NOTE: if your changeset includes patches to both
base-browser
andtor-browser
please clearly label in the change description which commits should be cherry-picked tobase-browser
after merging
-
NOTE: if your changeset includes patches to both
Issue Tracking
-
Link resolved issues with appropriate Release Prep issue for changelog generation
Review
Change Description
I am not really sure what happened here. I am guessing since in my "fix lints" MR I was applying the linters while the tree was in a partial state, there were some false lint issues that arose. Anyways, turns out the "upstream lint issues" we found in that MR were not really issues.
I wondered how the linter pipeline in the default branch was not failing because of these incorrectly formatted things, but turns out those misformattings were only triggering warnings, not errors. See: https://gitlab.torproject.org/tpo/applications/tor-browser/-/jobs/619414, it states there were 7 warnings.
How Tested
To test this change, we need to check that there are 0 warnings in the clang-format run for this MR.