From 2ee7590d02d5d9e84cfc4c4dd5f1a91ff8ee0863 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Tue, 21 May 2024 21:23:31 -0700 Subject: [PATCH] Add project.ignore to the config keys Summary: We are going to need this to deal properly with ignore paths, so lets start collecting it. Reviewed By: aniketmathur Differential Revision: D57542260 fbshipit-source-id: 0bee38dc89b37ffc4c684446d620c82f72b18ff3 --- audit/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/audit/src/lib.rs b/audit/src/lib.rs index e84ac86..3845e7b 100644 --- a/audit/src/lib.rs +++ b/audit/src/lib.rs @@ -58,6 +58,7 @@ pub fn audit_config_arguments() -> &'static [&'static str] { "--all-cells", "buildfile.name", "buildfile.name_v2", + "project.ignore", REUSE_CONFIG, ] }