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:
Sylvestre Ledru 2019-08-27 21:10:58 +00:00
Родитель dd6d6fa34e
Коммит e41cf7ee42
1 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -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'