8 lines
204 B
TOML
8 lines
204 B
TOML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
ignoreRules = [ "DEAD_STORE", "subprocess_without_shell_equals_true" ]
|
|
build = "make"
|
|
setup = ".lift/setup.sh"
|