xrefcheck/.xrefcheck.yaml
YuriRomanowski 997c43833e
[#227] Add .xrefcheck.yaml config to repo (#232)
Problem: Currently, there are some invalid links in the repository,
mostly for tests, so one has to add some CLI options
for `xrefcheck` to succeed.

Solution: Added a new minimal `.xrefcheck.yaml` config file
such that `xrefcheck` succeeded without any options.
2022-12-06 23:24:58 +05:00

14 lines
250 B
YAML

# SPDX-FileCopyrightText: 2018-2021 Serokell <https://serokell.io>
#
# SPDX-License-Identifier: MPL-2.0
exclusions:
ignore:
- tests/markdowns/**/*
- tests/golden/**/*
- docs/output-sample/**/*
scanners:
markdown:
flavor: GitHub