Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

misc/loc: add unknown-files hint #1884

Merged
merged 3 commits into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions misc/loc
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ if [[ -s /tmp/loc.extra ]]; then
cat /tmp/loc.extra
echo
echo '🚨🚨🚨 unknown files found 🚨🚨🚨'
echo 'hint: did you forget to add new file(s) to misc/loc?'
exit 1
fi

Expand Down