Skip to content

Commit 0c2f8a0

Browse files
committed
_projects: Fix trailing whitespace in YAML
Removed the trailing whitespaces from the YAML front matter block of the Markdown files. Fixes #386
1 parent f80b9ac commit 0c2f8a0

32 files changed

+173
-173
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ Mentors and admins can define projects in markdown using the following structure
5151
---
5252
name: "Write Project Name Here"
5353
desc: "Write a one line Description of Project here."
54-
requirements:
54+
requirements:
5555
- "The applicant has to fulfill this to get started."
5656
difficulty: "low|medium|high"
57-
issues:
57+
issues:
5858
- "https://github.com/coala/coala/issues/####"
59-
mentors:
59+
mentors:
6060
- sils
6161
- sims1253
62-
initiatives:
62+
initiatives:
6363
- GSoC
64-
tags:
64+
tags:
6565
- Plugins
6666
- CI
67-
collaborating_projects:
67+
collaborating_projects:
6868
- "Add umbrella and sub-orgs here"
6969
---
7070

_projects/antlr_v4.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
- ANTLRv4
55
desc: "This project is about integrating ANTLR into the coala bear API. "
66
difficulty: high
7-
initiatives:
7+
initiatives:
88
- GSoC
99
- RGSoC
1010
issues: []
1111
markdown: antlr_v4.md
12-
mentors:
12+
mentors:
1313
- Udayan12167
1414
name: "Integrate ANTLR v4 into coala"
15-
requirements:
15+
requirements:
1616
- "The participant should have one patch to [coala](https://github.com/coala/coala) accepted."
1717
- "Being familiar with the current Bear API and what it provides."
1818
- "Knowledge of ANTLR and Java is a bonus."
1919
- "Knowledge of ASTs and basic language grammar."
20-
tags:
20+
tags:
2121
- API
2222
- AST
2323
- Bears

_projects/aspects.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
desc: "This project is about collecting bears based on aspects that the user wants to have checked."
55
developers_involved: []
66
difficulty: high
77
status: completed
8-
initiatives:
8+
initiatives:
99
- GSoC
1010
- RGSoC
1111
issues: []
1212
markdown: implement_aspects.md
13-
mentors:
13+
mentors:
1414
- userzimmermann
1515
- jayvdb
1616
- myint
1717
name: "Implement Aspects Support"
18-
requirements:
18+
requirements:
1919
- "The participant should have one patch to any bear accepted."
2020
- "The participant should have one patch to the coala core accepted."
2121
- "The participant should have a solid understanding of [cEP-0005](https://github.com/coala/cEPs/blob/master/cEP-0005.md)."
2222
- "The participant should have a solid understanding of [cEP-0002](https://github.com/coala/cEPs/blob/master/cEP-0002.md)."
23-
tags:
23+
tags:
2424
- Core
2525
- Bears
2626
- Aspects

_projects/bear_updates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
desc: "Fixing issues and improving documentation and testing of existing linter bears."
55
difficulty: low
6-
initiatives:
6+
initiatives:
77
- GSoC
88
- RGSoC
99
issues: []
1010
markdown: bear_updates.md
11-
mentors:
11+
mentors:
1212
- abhsag24
1313
- NiklasMM
1414
name: "Improve Lint Bear Quality"
15-
requirements:
15+
requirements:
1616
- "The participant should have one bugfix patch to any bear accepted."
1717
- "The participant should have understanding of the linter and test framework for bears."
1818
- "The proposal should contain issues which are planned to be addressed, chosen (and potentially [filed](https://github.com/coala/coala-bears/issues/new)) by the student."
19-
tags:
19+
tags:
2020
- Documentation
2121
- Bears
2222
- Testing

_projects/coala_cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
desc: "There are a number of possible options to improve the coala interface written down in [a draft of cEP-0004](https://github.com/coala/cEPs/pull/29/files)."
55
developers_involved: []
66
difficulty: medium
77
status: completed
8-
initiatives:
8+
initiatives:
99
- GSoC
1010
- RGSoC
11-
issues:
11+
issues:
1212
- "https://gitlab.com/coala/GSoC-2017/issues/51"
1313
- "https://gitlab.com/coala/GSoC-2017/issues/52"
1414
- "https://gitlab.com/coala/GSoC-2017/issues/53"
@@ -28,14 +28,14 @@ issues:
2828
- "https://gitlab.com/coala/GSoC-2017/issues/138"
2929
- "https://gitlab.com/coala/GSoC-2017/issues/158"
3030
markdown: coala_cli.md
31-
mentors:
31+
mentors:
3232
- yukiisbored
3333
- Adrianzatreanu
3434
name: "Improve the coala CLI"
35-
requirements:
35+
requirements:
3636
- "One patch to the coala core accepted."
3737
- "Clear ideas on how to improve the CLI in the proposal."
38-
tags:
38+
tags:
3939
- Core
4040
- CLI
4141
---

_projects/coala_web.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
desc: "This project aims to intensify usage of coala by developing well organised web interfaces."
55
developers_involved: []
66
difficulty: medium
77
status: completed
8-
initiatives:
8+
initiatives:
99
- GSoC
1010
- RGSoC
11-
issues:
11+
issues:
1212
- "https://gitlab.com/coala/GSoC-2017/issues/12"
1313
- "https://gitlab.com/coala/GSoC-2017/issues/35"
1414
- "https://gitlab.com/coala/GSoC-2017/issues/36"
@@ -27,14 +27,14 @@ issues:
2727
- "https://gitlab.com/coala/GSoC-2017/issues/199"
2828
- "https://gitlab.com/coala/GSoC-2017/issues/204"
2929
markdown: coala_web.md
30-
mentors:
30+
mentors:
3131
- sils
3232
- fneu
3333
name: "Improve coala website & supporting tools"
34-
requirements:
34+
requirements:
3535
- "At least one patch to each of coala-landing and coala-html should be accepted and merged."
3636
- "The student should be familiar with web design tools & trends."
37-
tags:
37+
tags:
3838
- Web
3939
- Blog
4040
---

_projects/cobot_enhancement.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
desc: "Port cobot to errbot, test the new plugins, and introduce new useful features"
55
developers_involved: []
66
difficulty: medium
77
status: completed
8-
initiatives:
8+
initiatives:
99
- GSoC
10-
issues:
10+
issues:
1111
- "https://gitlab.com/coala/GSoC-2017/issues/152"
1212
- "https://gitlab.com/coala/GSoC-2017/issues/50"
1313
- "https://gitlab.com/coala/GSoC-2017/issues/45"
@@ -18,13 +18,13 @@ issues:
1818
- "https://gitlab.com/coala/GSoC-2017/issues/49"
1919
- "https://gitlab.com/coala/GSoC-2017/issues/48"
2020
markdown: cobot_enhancement.md
21-
mentors:
21+
mentors:
2222
- Udayan12167
2323
- sadovnychyi
2424
name: "cobot enhancement, testing and porting"
25-
requirements:
25+
requirements:
2626
- "At least one patch to cobot should be accepted and merged."
27-
tags:
27+
tags:
2828
- community
2929
- cobot
3030
---

_projects/commit_based_perftest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ desc: "A technique to view the performance of a piece of software and automatica
33
developers_involved: []
44
difficulty: medium
55
status: in_progress
6-
intiatives:
6+
intiatives:
77
- Paper
88
issues: []
99
markdown: commit_based_perftest.md
1010
name: "Researching commit-based performance testing"
11-
requirements:
11+
requirements:
1212
- "The participant should have some prior experience with investigating the performance of software."
13-
tags:
13+
tags:
1414
- Research
1515
- coala
1616
---

_projects/communication_bridge.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
desc: "A way to post CI problems to online team rooms, such as IRC, Telegram, slack or gitter."
55
difficulty: medium
6-
initiatives:
6+
initiatives:
77
- GSoC
88
- RGSoC
99
issues: []
1010
markdown: communication_bridge.md
11-
mentors:
11+
mentors:
1212
- jayvdb
1313
- chauffer
1414
name: "Real-time team communication bridge"
15-
requirements:
15+
requirements:
1616
- "At least one patch to the coala core should be accepted and merged."
1717
- "Some familiarity with hubot"
18-
tags:
18+
tags:
1919
- CI
2020
- Bots
2121
---

_projects/create_jenkins_plugin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
collaborating_projects:
2+
collaborating_projects:
33
- coala
44
- jenkins
55
desc: "Jenkins users should be able to see coala results right in the Jenkins UI."
66
difficulty: low
7-
initiatives:
7+
initiatives:
88
- GSoC
99
- RGSoC
10-
issues:
10+
issues:
1111
- "https://github.com/coala/coala/issues/2757"
1212
markdown: create_jenkins_plugin.md
13-
mentors:
13+
mentors:
1414
- Udayan12167
1515
- uhafner
1616
name: "Create Jenkins Plugin"
17-
requirements:
17+
requirements:
1818
- "Any patch to jenkins has been accepted."
1919
- "The applicant is familiar with the coala plugins."
2020
- "Any patch to any coala plugin has been accepted and merged."
21-
tags:
21+
tags:
2222
- Plugins
2323
- CI
2424
---

0 commit comments

Comments
 (0)