diff options
author | 2019-06-03 18:25:24 -0700 | |
---|---|---|
committer | 2019-06-03 18:26:30 -0700 | |
commit | ff6baaae79976d7456e970723e166ba1a0c2f4b9 (patch) | |
tree | 00c9a22311e9ce047eb5c7237a0d3adbea1490ae /INFO.yaml | |
parent | 82113c09c6ff82195dcf5ec90f37f6443c6ca7ca (diff) |
Fix INFO.yaml errorsdublin
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
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,7 @@ realtime_discussion: '' meetings: - type: 'zoom' agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6590138' + # yamllint disable-line rule:line-length url: 'https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project' server: 'n/a' channel: 'n/a' @@ -150,5 +151,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' |