Bug 1636494 - doc: update the doc about some of the lint job moved to tier-2 r=linter-reviewers,ahal

Depends on D74435

Differential Revision: https://phabricator.services.mozilla.com/D74436
This commit is contained in:
Sylvestre Ledru 2020-05-13 09:32:57 +00:00
Родитель e1332c6207
Коммит fedde13549
4 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -321,4 +321,8 @@ For example, for flake8, the configuration is the following:
If the linter requires an external program, you will have to install it in the `setup script <https://searchfox.org/mozilla-central/source/taskcluster/docker/lint/system-setup.sh>`_
and maybe install the necessary files in the `Docker configuration <https://searchfox.org/mozilla-central/source/taskcluster/docker/lint/Dockerfile>`_.
.. note::
If the defect found by the linter is minor, make sure that it is run as `tier 2 <https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy#Overview_of_the_Job_Visibility_Tiers>`_.
This prevents the tree from closing because of a tiny issue.
For example, the typo detection is run as tier-2.

Просмотреть файл

@ -21,6 +21,7 @@ Configuration
To enable codespell on new directory, add the path to the include
section in the `codespell.yml <https://searchfox.org/mozilla-central/source/tools/lint/codespell.yml>`_ file.
This job is configured as `tier 2 <https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy#Overview_of_the_Job_Visibility_Tiers>`_.
Autofix
-------

Просмотреть файл

@ -25,6 +25,8 @@ Configuration
This linter is enabled on the whole code base.
This job is configured as `tier 2 <https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy#Overview_of_the_Job_Visibility_Tiers>`_.
Autofix
-------

Просмотреть файл

@ -20,6 +20,8 @@ Configuration
This linter is enabled on most of the code base.
This job is configured as `tier 2 <https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy#Overview_of_the_Job_Visibility_Tiers>`_.
Autofix
-------