зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1575249 - Run the check for incorrect file permissions in the CI r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D43362 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
dd6d6fa34e
Коммит
e41cf7ee42
|
@ -221,3 +221,28 @@ rustfmt:
|
|||
when:
|
||||
files-changed:
|
||||
- '**/*.rs'
|
||||
|
||||
|
||||
file-perm:
|
||||
description: Check for incorrect permissions on source files
|
||||
platform: lint/opt
|
||||
treeherder:
|
||||
symbol: file-perm
|
||||
run:
|
||||
mach: lint -l file-perm -f treeherder -f json:/builds/worker/mozlint.json
|
||||
when:
|
||||
files-changed:
|
||||
- '**/*.c'
|
||||
- '**/*.cc'
|
||||
- '**/*.cpp'
|
||||
- '**/*.h'
|
||||
- '**/*.html'
|
||||
- '**/*.js'
|
||||
- '**/*.jsm'
|
||||
- '**/*.jsx'
|
||||
- '**/*.m'
|
||||
- '**/*.mm'
|
||||
- '**/*.rs'
|
||||
- '**/*.xhtml'
|
||||
- '**/*.xml'
|
||||
- '**/*.xul'
|
||||
|
|
Загрузка…
Ссылка в новой задаче