cold-summer-59604
03/08/2025, 9:55 PMhappy-kitchen-89482
03/09/2025, 4:46 AMunmatched_cli_globs means that you have some command pants path/to/dir1:: path/to/dir2:: ... where one of those :: globs doesn’t match anything. So you’d have to audit all the pants commands that are generating those errors.happy-kitchen-89482
03/09/2025, 4:47 AMunmatched_build_file_globs? That is set to warn by default, and determines how Pants treats globs in BUILD files that don’t match anything…happy-kitchen-89482
03/09/2025, 4:49 AMpants list :: to force Pants to evaluate all the BUILD filescold-summer-59604
03/09/2025, 5:01 AMunmatched_cli_globs, but the effect that I was actually looking for is unmatched_build_file_globs. Thanks for the correction! I'll try setting that to error and running pants list ::