blob: 7396361397617d74839ca62e7c804730f15661fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
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',
]
exclude: []
extensions: ['rst', 'ini', 'yml']
support-files: []
type: structured_log
payload: perfdocs:lint
|