summaryrefslogtreecommitdiffstats
path: root/tags/u/upstream-metadata-not-yaml-mapping.tag
blob: a03f216a51e2669924a05f92e39bbd893254c035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tag: upstream-metadata-not-yaml-mapping
Severity: warning
Check: debian/upstream/metadata
See-Also: https://dep-team.pages.debian.net/deps/dep12/
Explanation: The DEP 12 metadata file is not well formed. The document
 level must be a YAML mapping:
 .
     Some-Field: some-value
     Another-Field: another-value
 .
 Sometimes, the fields are mistakenly prefaced with a hyphen, which
 makes them a YAML sequence. In that case, please remove the hyphens.