зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
348 B
YAML
13 строки
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
|