summaryrefslogtreecommitdiff
path: root/.lift/config.toml
blob: e9dc0332ed7c77ef20d306fed2be5f375a15262c (plain)
1
2
3
4
5
6
7
# 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"