|
# 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
|