tor-browser

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

mingw-capitalization.rst (545B)


      1 MinGW capitalization
      2 ====================
      3 
      4 This linter verifies that Windows include file are lowercase.
      5 It might break the mingw build otherwise.
      6 
      7 
      8 Run Locally
      9 -----------
     10 
     11 This mozlint linter can be run using mach:
     12 
     13 .. parsed-literal::
     14 
     15    $ mach lint --linter mingw-capitalization <file paths>
     16 
     17 
     18 Configuration
     19 -------------
     20 
     21 This linter is enabled on the whole code base except WebRTC
     22 
     23 
     24 Sources
     25 -------
     26 
     27 * :searchfox:`Configuration (YAML) <tools/lint/mingw-capitalization.yml>`
     28 * :searchfox:`Source <tools/lint/cpp/mingw-capitalization.py>`