diff options
Diffstat (limited to '.linkspector.yml')
| -rw-r--r-- | .linkspector.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
