Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed May 18, 2024
1 parent bfd7e69 commit 39ca029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tools/suppressions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const suppressionSchema = z.array(
z
.object({
tool: z.string(),
// Support "path" alongside "paths" for now. May eventually deprecate "path".
// Input allows "path" alongside "paths" for now. May eventually deprecate "path".
path: z.string().optional(),
paths: z.array(z.string()).optional(),
reason: z.string(),
Expand Down

0 comments on commit 39ca029

Please sign in to comment.