2
0

config.toml 204 B

1234567
  1. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. #
  3. # SPDX-License-Identifier: curl
  4. ignoreRules = [ "DEAD_STORE", "subprocess_without_shell_equals_true" ]
  5. build = "make"
  6. setup = ".lift/setup.sh"