summaryrefslogtreecommitdiff
path: root/scripts/check_maintainers_files.sh
AgeCommit message (Collapse)Author
12 daysscripts: Add MAINTAINERS F: file existence checkerMichal Simek
Add a small script that extracts all F: entries from the MAINTAINERS file and verifies that each one matches an existing file or directory. Entries are expanded as globs to match MAINTAINERS wildcard usage. The script errors out and exits non-zero when a reference points to a non-existing path, making it easy to catch stale entries. Signed-off-by: Michal Simek <[email protected]>