-
Notifications
You must be signed in to change notification settings - Fork 0
/
.crossref-verifier.yaml
36 lines (32 loc) · 1.09 KB
/
.crossref-verifier.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# SPDX-FileCopyrightText: 2019 TQ Tezos <https://tqtezos.com/>
#
# SPDX-License-Identifier: LicenseRef-MIT-TQ
#
# Parameters of repository traversal.
traversal:
# Folders which we pretend do not exist
# (so they are neither analyzed nor can be referenced).
ignored:
# Git files
- .git
# Verification parameters.
verification:
# On 'anchor not found' error, how much similar anchors should be displayed as hint.
# Number should be between 0 and 1, larger value means stricter filter.
anchorSimilarityThreshold: 0.5
# When checking external references, how long to wait on request before
# declaring "Response timeout".
externalRefCheckTimeout: 10s
# File prefixes, references in which should not be analyzed.
notScanned:
# Github-specific files
- .github/pull_request_template.md
- .github/release_pull_request_template.md
# Glob patterns describing the files which do not physically exist in the repository
# but should be treated as existing nevertheless.
virtualFiles:
# Github pages
- ../../issues
- ../../issues/*
- ../../pulls
- ../../pulls/*