From 82e03978b89938219958032efb1448cc76baa181 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 27 Sep 2025 02:14:26 +0530 Subject: Initial snapshot - OpenTelemetry demo 2.1.3 -f --- .linkspector.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .linkspector.yml (limited to '.linkspector.yml') diff --git a/.linkspector.yml b/.linkspector.yml new file mode 100644 index 0000000..20e905e --- /dev/null +++ b/.linkspector.yml @@ -0,0 +1,20 @@ +# Copyright The OpenTelemetry Authors +# SPDX-License-Identifier: Apache-2.0 + +dirs: + - . + +excludedFiles: + - ./CHANGELOG.md + +ignorePatterns: + - pattern: "^http://localhost:8080" + - pattern: "^https://calendar.google.com/calendar" + +aliveStatusCodes: + - 200 + - 429 + +useGitIgnore: true + +modifiedFilesOnly: false -- cgit v1.2.3