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

.coafile: Add IndentationBear, indent style.css #152

Merged
merged 2 commits into from Apr 3, 2017

Conversation

kaustubhhiware
Copy link
Member

.coafile: Add IndentationBear, indent style.css

As pointed out in the gitter channel, the formatting in style.css
was mixed up.
This PR corrects my previous unintended commit.

Closes #97

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!

@hemangsk
Copy link
Member

hemangsk commented Apr 3, 2017

LGTM, Two separate commit for each file will be better I think, whatsay?

@kaustubhhiware
Copy link
Member Author

@hemangsk , Sure. I thought I would've been asked to squash the commits, so I made a single commit 😅 . Do I split the changes into 2 commits then ?

@hemangsk
Copy link
Member

hemangsk commented Apr 3, 2017

Yeah, primarily the concept is that one commit should have only one atomic/nuclear change. So we can have two about adding the indentation bear and about correcting indentation.

@hemangsk
Copy link
Member

hemangsk commented Apr 3, 2017

Hey Kaustubh, there's this tiny inconsistency in the file on this line,
do you mind fixing that as well, because then it will be like a perfect 💯 % indented. 😃 😉

.coafile: Add IndentationBear
@kaustubhhiware kaustubhhiware force-pushed the indent_coafile branch 2 times, most recently from 1348028 to ed102e1 Compare April 3, 2017 15:46
@kaustubhhiware
Copy link
Member Author

kaustubhhiware commented Apr 3, 2017

@hemangsk All the suggested changes have been made. Line 272 has been corrected.

2 separate commits have been made to keep the changes atomic. Open for review.

padding-left: 1px;
padding-right: 1px;
float: left;
width: 33.33333333%;
}

Copy link
Member

@hemangsk hemangsk Apr 3, 2017

Choose a reason for hiding this comment

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

The newline is unneeded here, right?

@@ -649,15 +649,15 @@ a:hover > .card{
}

Copy link
Member

Choose a reason for hiding this comment

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

Extra newline

@hemangsk
Copy link
Member

hemangsk commented Apr 3, 2017

Awesome! just two minor stuff and we're all set 🚀 🚀

style.css: Correct previous indentation

style.css: Correct previous indentation
@kaustubhhiware
Copy link
Member Author

The changes have been made. Please see.

@hemangsk
Copy link
Member

hemangsk commented Apr 3, 2017

ack e9e07bf 92bc2a6

@hemangsk
Copy link
Member

hemangsk commented Apr 3, 2017

@rultor merge!

@rultor
Copy link

rultor commented Apr 3, 2017

@rultor merge!

@hemangsk OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 92bc2a6 into coala:master Apr 3, 2017
@rultor rultor deployed to github-pages April 3, 2017 18:28 Active
@rultor
Copy link

rultor commented Apr 3, 2017

@rultor merge!

@hemangsk Done! FYI, the full log is here (took me 1min)

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

Successfully merging this pull request may close these issues.

coafile: Create coafile and add indentation Bear
4 participants