From 2baee12c8662198099f12c248e373201e54acd9d Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 21 Mar 2019 16:56:19 -0400 Subject: Wrong yamllint disable command I should have put disable rather than disable-line - # yamllint disable-line rule:line-length + # yamllint disable rule:line-length Also removing the INFO file as it is not used anymore Change-Id: I1e2c85bf15b41ff45d3a71e5fdb171e63339abca Signed-off-by: Aric Gardner --- INFO | 22 ---------------------- INFO.yaml | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 INFO diff --git a/INFO b/INFO deleted file mode 100644 index 823d1d9b..00000000 --- a/INFO +++ /dev/null @@ -1,22 +0,0 @@ -Project: Fault Management project (doctor) -Project Creation Date: December 2, 2014 -Project Category: Requirement -Lifecycle State: Mature -Primary Contact: Tomi Juvonen (tomi.juvonen@nokia.com) -Project Lead: Tomi Juvonen (tomi.juvonen@nokia.com) -Jira Project Name: Fault Management project -Jira Project Prefix: DOCTOR -Mailing list tag: [doctor] -IRC: Server:freenode.net Channel:#opnfv-doctor -Repository: doctor - -Committers: -Dong Wenjuan (ZTE, dong.wenjuan@zte.com.cn) -Tomi Juvonen (Nokia, tomi.juvonen@nokia.com) - -Link to TSC approval of the project: http://meetbot.opnfv.org/meetings/opnfv-meeting/2014/opnfv-meeting.2014-12-02-14.58.html -Link(s) to approval of committer update: -http://lists.opnfv.org/pipermail/opnfv-tsc/2015-June/000905.html -http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2015-June/003165.html -http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-June/011245.html -http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-July/011771.html diff --git a/INFO.yaml b/INFO.yaml index 0440cc83..97acb69f 100644 --- a/INFO.yaml +++ b/INFO.yaml @@ -39,7 +39,7 @@ committers: company: 'ZTE' id: 'dongwenjuan' tsc: - # yamllint disable-line rule:line-length + # yamllint disable rule:line-length approval: 'http//meetbot.opnfv.org/meetings/opnfv-meeting/2014/opnfv-meeting.2014-12-02-14.58.html' changes: - type: 'removal' -- cgit 1.2.3-korg