From 1ab0d9492a0f8b8adfbea5a24d30b0bd2735c54e Mon Sep 17 00:00:00 2001 From: Maxime Epain Date: Wed, 18 Dec 2024 12:58:26 +0100 Subject: [PATCH] Update check-license.sh --- tools/license/check-license.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/license/check-license.sh b/tools/license/check-license.sh index bb5bf5fbf1..7aacd79ae1 100755 --- a/tools/license/check-license.sh +++ b/tools/license/check-license.sh @@ -28,6 +28,7 @@ function files { -not -name "OTSpanContext.swift" \ -not -name "Versioning.swift" \ -not -path "*/BenchmarkTests/UIKitCatalog/*" \ + -not -path "*/BenchmarkTests/SwiftUICatalog/*" \ -not -name "__init__.py" }