1
0
Fork 0
firefox/docs/code-quality/lint/index.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

33 lines
612 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Linting
=======
Linters are used in mozilla-central to help enforce coding style and avoid bad practices.
They cover a wide variety of languages and checks.
Getting Help
------------
If you need help or have questions, please dont hesitate to contact us via Matrix
in the "Lint and Formatting" room
(`#lint:mozilla.org <https://chat.mozilla.org/#/room/#lint:mozilla.org>`_).
.. toctree::
:caption: Getting Started
:maxdepth: 2
usage
.. toctree::
:caption: Linter Implementations
:maxdepth: 1
:glob:
linters/*
.. toctree::
:caption: Linter Specifics
:maxdepth: 1
mozlint
create