summaryrefslogtreecommitdiffstats
path: root/docs/code-quality/lint/linters/mingw-capitalization.rst
blob: e6c51a4d140d89f0b02b2d4badc5ccacb36b29b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
MinGW capitalization
====================

This linter verifies that Windows include file are lowercase.
It might break the mingw build otherwise.


Run Locally
-----------

This mozlint linter can be run using mach:

.. parsed-literal::

    $ mach lint --linter mingw-capitalization <file paths>


Configuration
-------------

This linter is enabled on the whole code base except WebRTC


Sources
-------

* :searchfox:`Configuration (YAML) <tools/lint/mingw-capitalization.yml>`
* :searchfox:`Source <tools/lint/cpp/mingw-capitalization.py>`