-
Notifications
You must be signed in to change notification settings - Fork 4
/
.v8rrc.yaml
22 lines (20 loc) · 1.06 KB
/
.v8rrc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-FileCopyrightText: 2023 Carl Zeiss Microscopy GmbH
#
# SPDX-License-Identifier: MIT
---
# - A custom schema catalog.
# This catalog will be searched ahead of any custom catalogs passed using
# --catalogs or SchemaStore.org
# The format of this is subtly different to the format of a catalog
# passed via --catalogs (which matches the SchemaStore.org format)
customCatalog:
schemas:
- name: GitHub Issue Template configuration # The name of the schema (required)
# A Minimatch glob expression for matching up file names with a schema (required)
fileMatch: ["**/.github/ISSUE_TEMPLATE/config.yml"]
# A URL or local file path for the schema location (required)
# Unlike the SchemaStore.org format, which has a `url` key,
# custom catalogs defined in v8r config files have a `location` key
# which can refer to either a URL or local file.
# Relative paths are interpreted as relative to the config file location.
location: https://json.schemastore.org/github-issue-config.json