blob: 175781ad00d2bb80331e5e60e22fa3f56b6d72a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
perfdocs:
description: Performance Documentation linter
# This task handles its own search, so just include cwd
include: [
'python/mozperftest',
'testing/awsy',
'testing/raptor',
'testing/talos',
'testing/performance/fxrecord',
'testing/performance/mach-try-perf',
'dom/indexedDB/test',
]
exclude: []
extensions: ['rst', 'ini', 'yml']
support-files: []
type: structured_log
payload: perfdocs:lint
|