зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
400 B
YAML
25 строки
400 B
YAML
|
---
|
||
|
file-perm:
|
||
|
description: File permission check
|
||
|
include:
|
||
|
- .
|
||
|
extensions:
|
||
|
- .c
|
||
|
- .cc
|
||
|
- .cpp
|
||
|
- .h
|
||
|
- .html
|
||
|
- .js
|
||
|
- .jsm
|
||
|
- .jsx
|
||
|
- .m
|
||
|
- .mm
|
||
|
- .rs
|
||
|
- .xhtml
|
||
|
- .xml
|
||
|
- .xul
|
||
|
support-files:
|
||
|
- 'tools/lint/file-perm/**'
|
||
|
type: external
|
||
|
payload: file-perm:lint
|