1
0
Fork 0
firefox/tools/lint/file-perm.yml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

56 lines
997 B
YAML

---
file-perm:
description: File permission check
include:
- .
extensions:
- .build
- .c
- .cc
- .cpp
- .flac
- .h
- .html
- .idl
- .js
- .json
- .jsx
- .m
- .m4s
- .md
- .mjs
- .mm
- .mn
- .mozbuild
- .mp4
- .png
- .rs
- .rst
- .svg
- .toml
- .ts
- .ttf
- .wasm
- .webidl
- .xhtml
- .xml
- .yaml
- .yml
support-files:
- 'tools/lint/file-perm/**'
type: external
payload: file-perm:lint
maybe-shebang-file-perm:
description: "File permission check for files that might have `#!` header."
include:
- .
allow-shebang: true
extensions:
- .js
- .py
- .sh
support-files:
- 'tools/lint/file-perm/**'
type: external
payload: file-perm:lint