summaryrefslogtreecommitdiff
path: root/.lift/config.toml
blob: a57f3bad66209333fdf797ef9ca84db9abc18fac (plain)
1
2
3
4
5
6
7
8
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl

ignoreRules = [ "DEAD_STORE", "subprocess_without_shell_equals_true" ]
ignoreFiles = [ "tests/http/**" ]
build = "make"
setup = ".lift/setup.sh"