From 021f2c966bababb57f36137be29ffd606303b2ed Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Mon, 29 Aug 2022 18:40:45 +0300 Subject: [PATCH] [fix][CI] Exclude **/*.md files from license and rat check --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1bb3b143dfb11..392da4a69d07e 100644 --- a/pom.xml +++ b/pom.xml @@ -1537,7 +1537,7 @@ flexible messaging model and an intuitive client API. **/django/stats/migrations/*.py site2/** generated-site/** - .github/*.md + **/*.md **/.idea/** **/.mvn/** **/generated/** @@ -1671,7 +1671,7 @@ flexible messaging model and an intuitive client API. **/_helpers.tpl - *.md + **/*.md .github/** **/*.nar **/.terraform/**