tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (612B)


      1 Linting
      2 =======
      3 
      4 Linters are used in mozilla-central to help enforce coding style and avoid bad practices.
      5 They cover a wide variety of languages and checks.
      6 
      7 Getting Help
      8 ------------
      9 
     10 If you need help or have questions, please don’t hesitate to contact us via Matrix
     11 in the "Lint and Formatting" room
     12 (`#lint:mozilla.org <https://chat.mozilla.org/#/room/#lint:mozilla.org>`_).
     13 
     14 
     15 .. toctree::
     16  :caption: Getting Started
     17  :maxdepth: 2
     18 
     19  usage
     20 
     21 .. toctree::
     22  :caption: Linter Implementations
     23  :maxdepth: 1
     24  :glob:
     25 
     26  linters/*
     27 
     28 .. toctree::
     29  :caption: Linter Specifics
     30  :maxdepth: 1
     31 
     32  mozlint
     33  create