|
@@ -45,7 +45,7 @@ def main() -> None:
|
|
|
parser.add_argument("files", nargs="*")
|
|
parser.add_argument("files", nargs="*")
|
|
|
args = parser.parse_args()
|
|
args = parser.parse_args()
|
|
|
|
|
|
|
|
- if args.allow_check_fail:
|
|
|
|
|
|
|
+ if args.non_fatal_checks:
|
|
|
if build_mode == "opt":
|
|
if build_mode == "opt":
|
|
|
exit(
|
|
exit(
|
|
|
"`--non-fatal-checks` is incompatible with inferred "
|
|
"`--non-fatal-checks` is incompatible with inferred "
|