-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glob_Patterns.rst/Install.rst/Tutorial.rst: Fix external links which point to internal pages #596
Conversation
Users/Install.rst
Outdated
@@ -341,7 +341,7 @@ Shell-Autocompletion Support | |||
---------------------------- | |||
|
|||
If you are a bash/zsh user , checkout the | |||
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_ | |||
:doc:`guide <Shell_Autocompletion>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
- Trailing whitespaces.
Origin: SpaceConsistencyBear, Section: docs
.
The issue can be fixed by applying the following patch:
--- a/tmp/tmphdwrkohi/Users/Install.rst
+++ b/tmp/tmphdwrkohi/Users/Install.rst
@@ -341,7 +341,7 @@
----------------------------
If you are a bash/zsh user , checkout the
-:doc:`guide <Shell_Autocompletion>`
+:doc:`guide <Shell_Autocompletion>`
to set up autocompletion for coala arguments and bear names.
Users/Install.rst
Outdated
@@ -341,7 +341,7 @@ Shell-Autocompletion Support | |||
---------------------------- | |||
|
|||
If you are a bash/zsh user , checkout the | |||
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_ | |||
:doc:`guide <Shell_Autocompletion>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
- Trailing whitespaces.
Origin: SpaceConsistencyBear, Section: docs
.
The issue can be fixed by applying the following patch:
--- a/tmp/tmphdwrkohi/Users/Install.rst
+++ b/tmp/tmphdwrkohi/Users/Install.rst
@@ -341,7 +341,7 @@
----------------------------
If you are a bash/zsh user , checkout the
-:doc:`guide <Shell_Autocompletion>`
+:doc:`guide <Shell_Autocompletion>`
to set up autocompletion for coala arguments and bear names.
Users/Tutorial.rst
Outdated
@@ -42,7 +42,7 @@ Command Line Interface | |||
|
|||
In order to specify the files to analyze, you can use the ``--files`` | |||
argument of coala like demonstrated below. For all file paths, you can | |||
specify (recursive) `globs <../Users/Glob_Patterns.html>`__. | |||
specify (recursive) :doc:`globs <Glob_Patterns>` . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant whitespace at the end of the sentence.
Users/Install.rst
Outdated
@@ -341,7 +341,7 @@ Shell-Autocompletion Support | |||
---------------------------- | |||
|
|||
If you are a bash/zsh user , checkout the | |||
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_ | |||
:doc:`guide <Shell_Autocompletion>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
- Trailing whitespaces.
Origin: SpaceConsistencyBear, Section: docs
.
The issue can be fixed by applying the following patch:
--- a/tmp/tmphdwrkohi/Users/Install.rst
+++ b/tmp/tmphdwrkohi/Users/Install.rst
@@ -341,7 +341,7 @@
----------------------------
If you are a bash/zsh user , checkout the
-:doc:`guide <Shell_Autocompletion>`
+:doc:`guide <Shell_Autocompletion>`
to set up autocompletion for coala arguments and bear names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good going 👍 you'll want to go through the commit guidelines.
Ideally, this PR should have only 1 commit for a small change. Your extra commits were made to resolve issues in your first commit. Take a look at squashing commits. You'll want to keep the first commit.
Users/Install.rst
Outdated
@@ -341,7 +341,7 @@ Shell-Autocompletion Support | |||
---------------------------- | |||
|
|||
If you are a bash/zsh user , checkout the | |||
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_ | |||
:doc:`guide <Shell_Autocompletion>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
- Trailing whitespaces.
Origin: SpaceConsistencyBear, Section: docs
.
The issue can be fixed by applying the following patch:
--- a/tmp/tmphdwrkohi/Users/Install.rst
+++ b/tmp/tmphdwrkohi/Users/Install.rst
@@ -341,7 +341,7 @@
----------------------------
If you are a bash/zsh user , checkout the
-:doc:`guide <Shell_Autocompletion>`
+:doc:`guide <Shell_Autocompletion>`
to set up autocompletion for coala arguments and bear names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Gromy1211 There is an extra space at the end of line. Remove it to get you PR error free
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, will see this. Ok Please squash your commits as well as make your heading small of upto 50 characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checkout
#596 (review)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! I am working on the commits ;)
Also, you need to squash your commits. |
Users/Install.rst
Outdated
@@ -341,7 +341,7 @@ Shell-Autocompletion Support | |||
---------------------------- | |||
|
|||
If you are a bash/zsh user , checkout the | |||
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_ | |||
:doc:`guide <Shell_Autocompletion>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
- Trailing whitespaces.
Origin: SpaceConsistencyBear, Section: docs
.
The issue can be fixed by applying the following patch:
--- a/tmp/tmphdwrkohi/Users/Install.rst
+++ b/tmp/tmphdwrkohi/Users/Install.rst
@@ -341,7 +341,7 @@
----------------------------
If you are a bash/zsh user , checkout the
-:doc:`guide <Shell_Autocompletion>`
+:doc:`guide <Shell_Autocompletion>`
to set up autocompletion for coala arguments and bear names.
Users/Install.rst
Outdated
@@ -341,7 +341,7 @@ Shell-Autocompletion Support | |||
---------------------------- | |||
|
|||
If you are a bash/zsh user , checkout the | |||
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_ | |||
:doc:`guide <Shell_Autocompletion>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
- Trailing whitespaces.
Origin: SpaceConsistencyBear, Section: docs
.
The issue can be fixed by applying the following patch:
--- a/tmp/tmp05cyw6zo/Users/Install.rst
+++ b/tmp/tmp05cyw6zo/Users/Install.rst
@@ -341,7 +341,7 @@
----------------------------
If you are a bash/zsh user , checkout the
-:doc:`guide <Shell_Autocompletion>`
+:doc:`guide <Shell_Autocompletion>`
to set up autocompletion for coala arguments and bear names.
Users/Install.rst
Outdated
@@ -341,7 +341,7 @@ Shell-Autocompletion Support | |||
---------------------------- | |||
|
|||
If you are a bash/zsh user , checkout the | |||
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_ | |||
:doc:`guide <Shell_Autocompletion>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
- Trailing whitespaces.
Origin: SpaceConsistencyBear, Section: docs
.
The issue can be fixed by applying the following patch:
--- a/tmp/tmp6inmy2l3/Users/Install.rst
+++ b/tmp/tmp6inmy2l3/Users/Install.rst
@@ -341,7 +341,7 @@
----------------------------
If you are a bash/zsh user , checkout the
-:doc:`guide <Shell_Autocompletion>`
+:doc:`guide <Shell_Autocompletion>`
to set up autocompletion for coala arguments and bear names.
This changes direct links to relative links to the internal page. Glob_Patterns.rst,Install.rst and Tutorial.rst are changed. Closes coala#595
Travis tests have failedHey @Gromy1211, TravisBuddy Request Identifier: 439a88a0-2eda-11e9-9ea4-33062c9ac3a7 |
ack 218b9d3 |
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward with GitMate.io was successful! 🎉 |
This changes direct links to relative links to the internal page.
Closes #595
For short term contributors: we understand that getting your commits well
defined like we require is a hard task and takes some learning. If you
look to help without wanting to contribute long term there's no need
for you to learn this. Just drop us a message and we'll take care of brushing
up your stuff for merge!
Checklist
them.
individually. It is not sufficient to have "fixup commits" on your PR,
our bot will still report the issues for the previous commit.) You will
likely receive a lot of bot comments and build failures if coala does not
pass on every single commit!
After you submit your pull request, DO NOT click the 'Update Branch' button.
When asked for a rebase, consult coala.io/rebase
instead.
Please consider helping us by reviewing other peoples pull requests as well:
corobo mark wip <URL>
to get it outof the review queue.
The more you review, the more your score will grow at coala.io and we will
review your PRs faster!