From 53a6b8352d3cdd258f128a2895bd91a0b51dbc18 Mon Sep 17 00:00:00 2001 From: Olof Fredriksson Date: Fri, 9 Dec 2022 19:31:07 +0100 Subject: [PATCH] ci: disable pkg-schema validation --- .clintonrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.clintonrc.json b/.clintonrc.json index df55147..1b97e70 100644 --- a/.clintonrc.json +++ b/.clintonrc.json @@ -13,6 +13,7 @@ "pkg-main": "off", "xo": "off", "use-travis": "off", - "ava": "off" + "ava": "off", + "pkg-schema": "off" } -} \ No newline at end of file +}