Skip to content
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

Merged
merged 1 commit into from
Feb 14, 2019

Conversation

Gromy1211
Copy link
Contributor

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

  • I read the commit guidelines and I've followed
    them.
  • I ran coala over my code locally. (All commits have to pass
    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:

The more you review, the more your score will grow at coala.io and we will
review your PRs faster!

@@ -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>`

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.
 
 

@@ -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>`

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.
 
 

@@ -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>` .
Copy link
Member

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.

@@ -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>`

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/Glob_Patterns.rst Outdated Show resolved Hide resolved
Copy link
Member

@areebbeigh areebbeigh left a 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.

@@ -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>`

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.
 
 

Copy link

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
I think I have already removed the space, I don't know why gitmate-bot mentions it.

Copy link

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

Copy link

@KVGarg KVGarg Feb 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checkout
#596 (review)

Copy link
Contributor Author

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 ;)

@KVGarg
Copy link

KVGarg commented Feb 12, 2019

Also, you need to squash your commits.

@@ -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>`

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.
 
 

@@ -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>`

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.
 
 

@@ -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>`

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
@TravisBuddy
Copy link

Travis tests have failed

Hey @Gromy1211,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

TravisBuddy Request Identifier: 439a88a0-2eda-11e9-9ea4-33062c9ac3a7

@jayvdb
Copy link
Member

jayvdb commented Feb 14, 2019

ack 218b9d3

@jayvdb
Copy link
Member

jayvdb commented Feb 14, 2019

@gitmate-bot ff

@gitmate-bot
Copy link

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 ⚠️

@gitmate-bot gitmate-bot merged commit 218b9d3 into coala:master Feb 14, 2019
@gitmate-bot
Copy link

Automated fastforward with GitMate.io was successful! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Fix external links which point to internal pages
7 participants