2019-08-28 00:07:08 +03:00
|
|
|
---
|
|
|
|
file-perm:
|
|
|
|
description: File permission check
|
|
|
|
include:
|
|
|
|
- .
|
|
|
|
extensions:
|
|
|
|
- .c
|
|
|
|
- .cc
|
|
|
|
- .cpp
|
2020-07-10 00:28:49 +03:00
|
|
|
- .flac
|
2019-08-28 00:07:08 +03:00
|
|
|
- .h
|
|
|
|
- .html
|
|
|
|
- .jsm
|
|
|
|
- .jsx
|
|
|
|
- .m
|
2020-07-10 00:28:49 +03:00
|
|
|
- .m4s
|
2019-08-28 00:07:08 +03:00
|
|
|
- .mm
|
2020-07-10 00:28:49 +03:00
|
|
|
- .mp4
|
|
|
|
- .png
|
2019-08-28 00:07:08 +03:00
|
|
|
- .rs
|
2020-07-10 00:28:49 +03:00
|
|
|
- .svg
|
|
|
|
- .ttf
|
|
|
|
- .wasm
|
2019-08-28 00:07:08 +03:00
|
|
|
- .xhtml
|
|
|
|
- .xml
|
|
|
|
- .xul
|
2020-07-10 00:28:49 +03:00
|
|
|
- .yml
|
2019-08-28 00:07:08 +03:00
|
|
|
support-files:
|
|
|
|
- 'tools/lint/file-perm/**'
|
|
|
|
type: external
|
|
|
|
payload: file-perm:lint
|
2020-07-10 00:16:32 +03:00
|
|
|
|
|
|
|
maybe-shebang-file-perm:
|
|
|
|
description: "File permission check for files that might have `#!` header."
|
|
|
|
include:
|
|
|
|
- .
|
|
|
|
allow-shebang: true
|
|
|
|
extensions:
|
|
|
|
- .js
|
2020-07-09 23:29:18 +03:00
|
|
|
- .py
|
|
|
|
- .sh
|
2020-07-10 00:16:32 +03:00
|
|
|
support-files:
|
|
|
|
- 'tools/lint/file-perm/**'
|
|
|
|
type: external
|
|
|
|
payload: file-perm:lint
|