From a8d89878280b5372269826008d35fd658849222d Mon Sep 17 00:00:00 2001 From: arturo-seijas Date: Wed, 26 Jul 2023 15:52:10 +0200 Subject: [PATCH] Exclude license check for json files --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index e44f6a58..fb60fb54 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -10,6 +10,7 @@ header: paths-ignore: - '.github/files/**' - '**/*.j2' + - '**/*.json' - '**/*.md' - '**/*.txt' - '**/*.xml'