osi-tools/.shellcheckrc

7 lines
254 B
Plaintext
Raw Permalink Normal View History

2024-01-05 18:24:19 +00:00
# Copyright (C) 2024 Umorpha Systems
# SPDX-License-Identifier: AGPL-3.0-or-later
# SC2064: Use single quotes, otherwise this expands now rather than when signalled.
# Triggers on `trap "rm -- ${file@Q}" EXIT`. I want it to expand now.
disable=SC2064