Skip to content

Commit 1d691e3

Browse files
rwblairsappelhoff
andauthored
put issue properities for too few authors hint into issue object. (#1460)
Co-authored-by: Stefan Appelhoff <[email protected]>
1 parent 1cecf5a commit 1d691e3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/schema/rules/checks/hints.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
# 102
88
TooFewAuthors:
9-
code: TOO_FEW_AUTHORS
10-
message: |
11-
The Authors field of dataset_description.json should contain an array of fields -
12-
with one author per field. This was triggered based on the presence of only one
13-
author field. Please ignore if all contributors are already properly listed.
14-
level: warning
9+
issue:
10+
code: TOO_FEW_AUTHORS
11+
message: |
12+
The Authors field of dataset_description.json should contain an array of fields -
13+
with one author per field. This was triggered based on the presence of only one
14+
author field. Please ignore if all contributors are already properly listed.
15+
level: warning
1516
selectors:
1617
- path == '/dataset_description.json'
1718
checks:

0 commit comments

Comments
 (0)