diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2019-03-21 16:56:19 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2019-03-21 16:56:19 -0400 |
commit | 2baee12c8662198099f12c248e373201e54acd9d (patch) | |
tree | d633084252a2411396a20b513e2d67b1e4fde029 | |
parent | 7ecc40b445b2aa42f0680c96dc672accf4e40ba0 (diff) |
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 <agardner@linuxfoundation.org>
-rw-r--r-- | INFO | 22 | ||||
-rw-r--r-- | INFO.yaml | 2 |
2 files changed, 1 insertions, 23 deletions
@@ -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 @@ -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' |