summaryrefslogtreecommitdiff
path: root/build-aux/lint-unknown
blob: 59e83c249fd88267054d961fad8b260ed2bc3ebb (plain)
1
2
3
4
5
6
7
#!/bin/sh
# build-aux/lint-unknown - Lint checks for unknown files
#
# Copyright (C) 2024-2025  Luke T. Shumaker <lukeshu@lukeshu.com>
# SPDX-License-Identifier: AGPL-3.0-or-later

printf "%s: cannot lint unknown file type\n" "$@" >&2