Commit aa19de17 by Jamie Madill

infra: Fix exclusion spec JSON.

The extra comma caused the CQ to fail reading the file. Bug: angleproject:5114 Change-Id: I5d36f1ae7c4dc5ebcb5599d5cd37471ee4085990 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2876985Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent dfe208f1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"angle": { "angle": {
"exclusions": [ "exclusions": [
"DEPS", "DEPS",
"infra/specs/*", "infra/specs/*"
] ]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment