From 1f9703f0c0ca0a6503da4f9d539c22c9f2d287b4 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 17 Jul 2023 10:05:13 +0100 Subject: [PATCH 1/2] Change http to https --- README.md | 2 +- actions/validate-xml/algorithms.xsd | 2 +- xml-support/algorithms.xsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40d5217..70e8229 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/actions/validate-xml/algorithms.xsd b/actions/validate-xml/algorithms.xsd index a1fc871..c0f2e8c 100644 --- a/actions/validate-xml/algorithms.xsd +++ b/actions/validate-xml/algorithms.xsd @@ -1,7 +1,7 @@ + xmlns:xs="https://www.w3.org/2001/XMLSchema"> diff --git a/xml-support/algorithms.xsd b/xml-support/algorithms.xsd index a1fc871..c0f2e8c 100644 --- a/xml-support/algorithms.xsd +++ b/xml-support/algorithms.xsd @@ -1,7 +1,7 @@ + xmlns:xs="https://www.w3.org/2001/XMLSchema"> From d9af285e9cb631d604770fa3f914e2aee68e3235 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 17 Jul 2023 10:05:47 +0100 Subject: [PATCH 2/2] reduce rat excludes --- actions/check-copyrights/rat.excludes | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/check-copyrights/rat.excludes b/actions/check-copyrights/rat.excludes index cac9815..8b94dc4 100644 --- a/actions/check-copyrights/rat.excludes +++ b/actions/check-copyrights/rat.excludes @@ -3,7 +3,6 @@ **/dist/** **/*.egg-info/** **/*.pyc -**/.coverage* **/*.dict **/*.md **/*.rst