Open Bug 1831113 Opened 2 years ago Updated 2 years ago

Make it so that violations of the test-manifest-alpha rule under toolkit/ are now errors instead of warnings

Categories

(Testing :: Mochitest, task)

Default
task

Tracking

(Not tracked)

People

(Reporter: mconley, Unassigned)

References

(Blocks 1 open bug)

Details

Once the other bugs blocking bug 1815453 have put all of the test manifests under toolkit/ into alphabetical order, we now need to make sure they never go out of order again. We've got reviewbot warnings to help enforce this, but we can make this a little more strict now that toolkit/ is alphabetized.

By adding to tools/lint/test-manifest-alpha/error-level-manifests.yml, we can make violations of the rule under browser/ into errors.

We need to add this line to that file:

- toolkit/**
Summary: Make it so that violations of the test-manifest-alpha rule under browser/ are now errors instead of warnings → Make it so that violations of the test-manifest-alpha rule under toolkit/ are now errors instead of warnings
You need to log in before you can comment on or make changes to this bug.