Skip to content

Commit

Permalink
Add project.ignore to the config keys
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ndmitchell authored and facebook-github-bot committed May 22, 2024
1 parent ad7a9c7 commit 2ee7590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pub fn audit_config_arguments() -> &'static [&'static str] {
"--all-cells",
"buildfile.name",
"buildfile.name_v2",
"project.ignore",
REUSE_CONFIG,
]
}
Expand Down

0 comments on commit 2ee7590

Please sign in to comment.