diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-06-03 18:25:24 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-06-04 16:07:44 -0700 |
commit | b8728f0c9bb8605a5be7e2e98dedc4108ad9bdd6 (patch) | |
tree | b379030eb80015100eec99bd740b73d1b28c8a05 | |
parent | 451e015794a0f3957c9d02685f622817914b4124 (diff) |
Fix INFO.yaml errors
line too long (81 > 80 characters) (line-length)
duplication of key "name" in mapping (key-duplicates)
Issue-ID: VFC-1340
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I90f42b8bfeef0ab4326e8473c0555b87c914b20a
-rw-r--r-- | INFO.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,7 @@ realtime_discussion: '' meetings: - type: 'zoom' agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6590138' - url: 'https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project' + url: https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project server: 'n/a' channel: 'n/a' repeats: 'weekly' @@ -150,5 +150,7 @@ tsc: changes: - type: 'Addition' name: 'Denes Nemeth' + link: 'https://lists.onap.org/g/ONAP-TSC/message/3269' + - type: 'Addition' name: 'Haibin Huang' link: 'https://lists.onap.org/g/ONAP-TSC/message/3269' |