mirror of
https://github.com/mozilla-firefox/firefox
synced 2026-08-11 12:19:28 +00:00
Differential Revision: https://phabricator.services.mozilla.com/D295797
19 lines
646 B
YAML
19 lines
646 B
YAML
---
|
|
includes:
|
|
description: >
|
|
"Ensure we only include MFBT headers we actually use"
|
|
extensions: ['c', 'cc', 'cpp', 'cxx', 'h', 'hpp', 'm', 'mm']
|
|
include: ['.']
|
|
exclude:
|
|
- js/src/tests/style/BadIncludesOrder-inl.h
|
|
- config/msvc-stl-wrapper.template.h
|
|
- widget/cocoa/nsMenuItemIconX.mm
|
|
# This is a test file, should be untouched
|
|
- js/src/devtools/rootAnalysis/t/exceptions/source.cpp
|
|
# This file includes things that it doesn't use itself, but that
|
|
# ServoStyleConsts.h needs.
|
|
- layout/style/ServoStyleConstsForwards.h
|
|
type: external
|
|
payload: includes:lint
|
|
support-files: ['tools/lint/includes/**']
|