mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
8dbaa4117c
Differential Revision: https://phabricator.services.mozilla.com/D9126 --HG-- extra : moz-landing-system : lando
13 lines
348 B
YAML
13 lines
348 B
YAML
---
|
|
mingw-capitalization:
|
|
description: >
|
|
"A Windows include file is not lowercase, and may break the MinGW build"
|
|
extensions: ['h', 'cpp', 'cc', 'c']
|
|
include: ['.']
|
|
exclude:
|
|
# We do not compile WebRTC with MinGW yet
|
|
- media/webrtc
|
|
type: external
|
|
level: error
|
|
payload: cpp.mingw-capitalization:lint
|