mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
e2aeb76b58
Differential Revision: https://phabricator.services.mozilla.com/D118565
17 lines
406 B
YAML
17 lines
406 B
YAML
---
|
|
perfdocs:
|
|
description: Performance Documentation linter
|
|
# This task handles its own search, so just include cwd
|
|
include: [
|
|
'testing/raptor',
|
|
'python/mozperftest',
|
|
'testing/talos',
|
|
'testing/awsy',
|
|
'testing/fxrecord',
|
|
]
|
|
exclude: []
|
|
extensions: ['rst', 'ini', 'yml']
|
|
support-files: []
|
|
type: structured_log
|
|
payload: perfdocs:lint
|