Introduce make lint-shell / fmt-shell with shellcheck and shfmt (-i 2 -ci -bn), normalize first-party scripts, and document the new targets. Keep them out of make lint / fmt. Signed-off-by: Ludovic Vielle <ludovic@probo.com>
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
# Copyright (c) 2026 Probo Inc <hello@probo.com>.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Prefer shebang-detected dialect (sh vs bash).
|
|
external-sources=false
|