Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
three markdown files: Fixed spaces
Browse files Browse the repository at this point in the history
_faq/gsoc-requirements.md --> Trailing whitespaces
_faq/is-mentor-necessary.md --> Trailing whitespaces
_projects/extend-linter-integration.md --> Tabs used instead of spaces

Closes coala#529
SerekKiri committed Oct 25, 2018
1 parent ada92d2 commit e147c03
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _faq/gsoc-requirements.md
Original file line number Diff line number Diff line change
@@ -5,5 +5,5 @@ Other than the [requirements from Google](https://developers.google.com/open-sou

* You have completed the [coala Newcomers guide](https://coala.io/newcomer)
* You have a submission to [our usability survey](https://coala.io/usability)
So we know that
You know how to *use coala*.
So we know that.
2 changes: 1 addition & 1 deletion _faq/is-mentor-necessary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
question: "A showcased project on the website doesn't have a mentor, but
I'm interested in that project?"
I'm interested in that project?"
---
You just have to choose a project and write an awesome proposal.
Mentors are set after we choose the projects (which is done by choosing the students).
2 changes: 1 addition & 1 deletion _projects/extend-linter-integration.md
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ difficult to debug things like:
E AssertionError: 0 == 0 : The local bear 'CheckstyleBear' yields no result although it should.
E Running bear CheckstyleBear...
E Running 'java -jar /home/ubuntu/.local/share/coala-bears/CheckstyleBear/checkstyle.jar -c /home/ubuntu/
.local/share/coala-bears/CheckstyleBear/google.xml /home/ubuntu/coala-bears/tests/java/test_files/
.local/share/coala-bears/CheckstyleBear/google.xml /home/ubuntu/coala-bears/tests/java/test_files/
CheckstyleGood.java'
E Running bear CheckstyleBear...
E Running 'java -jar /home/ubuntu/.local/share/coala-bears/CheckstyleBear/checkstyle.jar

0 comments on commit e147c03

Please sign in to comment.