lift: ignore is a deprecated config option, use ignoreRules

Closes #8082
This commit is contained in:
Mark Dodgson 2021-12-01 15:31:52 +00:00 committed by Daniel Stenberg
parent 3199eb25dc
commit f67b4d37b7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -1,3 +1,3 @@
ignore = [ "DEAD_STORE" ]
ignoreRules = [ "DEAD_STORE" ]
build = "make"
setup = ".lift/setup.sh"