# 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: ```{eval-rst} .. parsed-literal:: $ mach lint --linter mingw-capitalization ``` ## Configuration This linter is enabled on the whole code base except WebRTC ## Sources - {searchfox}`Configuration (YAML) ` - {searchfox}`Source `