no bug - Add review groups + info about unit tests in mozlint r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D61390

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2020-02-10 19:52:46 +00:00
Родитель c2195932ec
Коммит 095594eed0
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -11,6 +11,9 @@ For a linter to be integrated into the mozilla-central tree, it needs to have:
* Running ``./mach lint`` command must pass (note, linters can be disabled for individual directories)
* Taskcluster/Treeherder integration
* In tree documentation (under ``tools/lint/docs``) to give a basic summary, links and any other useful information
* Unit tests (under ``tools/lint/test``) to make sure that the linter works as expected and we don't regress.
The review group in Phabricator is ``#linter-reviewers``.
Linter Basics
-------------

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

@ -13,6 +13,8 @@ This documentation is generated via the
To build the documentation, run ``mach doc``. Run
``mach help doc`` to see configurable options.
The review group in Phabricator is ``#firefox-source-docs-reviewers``.
.. toctree::
:caption: Documentation
:maxdepth: 2