Bug 1808351 - Run file-perm lint on .mozbuild files. r=linter-reviewers,marco

Also drive-by alphabetizing.

Differential Revision: https://phabricator.services.mozilla.com/D165900
This commit is contained in:
Rob Lemley 2023-01-03 19:14:24 +00:00
Родитель 8f4ade80ef
Коммит 115b97ecc8
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -491,6 +491,7 @@ file-perm:
mach: lint -v -l file-perm -f treeherder -f json:/builds/worker/mozlint.json *
when:
files-changed:
- '**/*.build'
- '**/*.c'
- '**/*.cc'
- '**/*.cpp'
@ -506,7 +507,7 @@ file-perm:
- '**/*.md'
- '**/*.mjs'
- '**/*.mm'
- '**/*.build'
- '**/*.mozbuild'
- '**/*.mp4'
- '**/*.png'
- '**/*.rs'

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

@ -4,6 +4,7 @@ file-perm:
include:
- .
extensions:
- .build
- .c
- .cc
- .cpp
@ -19,7 +20,7 @@ file-perm:
- .md
- .mjs
- .mm
- .build
- .mozbuild
- .mp4
- .png
- .rs