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

ConfigurationGathering.py: modify get_config_directory docstring #5882

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shriram98
Copy link

@shriram98 shriram98 commented Nov 5, 2018

Changed multiple double quotes to single quotes in get_config_directory docstring

Fixes #5858

Copy link
Member

@li-boxuan li-boxuan left a comment

Choose a reason for hiding this comment

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

Commit message should follow coala's guideline.
https://coala.io/newcomer

Also, you need to rebase.

Copy link
Member

@subhaminion subhaminion left a comment

Choose a reason for hiding this comment

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

Commit is not following guidelines
https://coala.io/newcomer

Copy link

@shivank1234 shivank1234 left a comment

Choose a reason for hiding this comment

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

Please follow the commit guidelines given in http://api.coala.io/en/latest/Developers/Writing_Good_Commits.html

@shriram98
Copy link
Author

okay will do

Changed multiple double quotes to single quotes in
get_config_directory docstring

Fixes coala#5858
@shriram98 shriram98 changed the title ConfigurationGathering.py: update get_config_directory docstring ConfigurationGathering.py: modify get_config_directory docstring Nov 8, 2018
@gitmate-bot
Copy link
Collaborator

Comment on fcf742c.

Shortlog of the HEAD commit contains 119 character(s). This is 69 character(s) longer than the limit (119 > 50).

Origin: GitCommitBear, Section: commit.

@gitmate-bot
Copy link
Collaborator

Comment on fcf742c.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: commit.

@gitmate-bot
Copy link
Collaborator

Comment on 3ea380a.

Shortlog of the HEAD commit contains 64 character(s). This is 14 character(s) longer than the limit (64 > 50).

Origin: GitCommitBear, Section: commit.

Copy link
Contributor

@SerekKiri SerekKiri left a comment

Choose a reason for hiding this comment

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

You should squash this two commits into one 👍

@SerekKiri
Copy link
Contributor

SerekKiri commented Nov 8, 2018

And I think you should take a look on travis fail and solve problems 😉

Copy link
Member

@utkarsh2102 utkarsh2102 left a comment

Choose a reason for hiding this comment

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

  • You may want to amend the commit message as per the guidelines.
  • Once done, you will need to rebase it. Refer this.
  • Also, read the Newcomer's Guide, if you haven't.
  • Additionally, always make the CI green and happy ;)

@shriram98
Copy link
Author

Okay I am working on it

Copy link
Member

@rajgoesout rajgoesout left a comment

Choose a reason for hiding this comment

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

Please rebase before making a PR.
😉
Also, in your commit message, you need to change Fixes to Closes.
Read Writing good commits.

Copy link

@shivank1234 shivank1234 left a comment

Choose a reason for hiding this comment

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

Please rebase all the commits into one
Squash the commits into one..
Refer to this link https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
Can be helpful

@GeniusLearner
Copy link

Hi, @RJ722
Seems this issue has not been worked on for a while. Can you assign it to me?

@RJ722 RJ722 assigned GeniusLearner and unassigned shriram98 Sep 12, 2019
@RJ722
Copy link
Member

RJ722 commented Sep 12, 2019

Oops, looks like I assigned over at the wrong place!

@akshatkarani
Copy link
Member

This should be closed as #6073 has been approved

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.

Single quotes should be used instead of double quotes