From 4112a1d7780ff356513e9d79f5e00cbc01ee4820 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 22 Jun 2019 12:33:50 -0500 Subject: [PATCH] fix(rules): validate source names --- rules/salty-dog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/salty-dog.yml b/rules/salty-dog.yml index d1a3f42..f51b867 100644 --- a/rules/salty-dog.yml +++ b/rules/salty-dog.yml @@ -73,6 +73,7 @@ rules: type: object name: type: string + pattern: "[-a-z]+" rules: type: array minItems: 1