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

Codeclimate #7

Closed
wants to merge 3 commits into from
Closed

Conversation

jackmakiyama
Copy link
Contributor

No description provided.

@@ -104,7 +104,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
foreach ($finder as $file) {

$fileContent = $file->getContents();
$contentWithoutComments = $this->removeComments($fileContent);
$contentNoComments = $this->removeComments($fileContent);
Copy link
Owner

Choose a reason for hiding this comment

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

@jackmakiyama that's not a valid english sentence

@jackmakiyama jackmakiyama mentioned this pull request Mar 23, 2016
@@ -4,12 +4,13 @@ Kawaii Gherkin
[![Build Status](https://travis-ci.org/malukenho/kawaii-gherkin.svg?branch=master)](https://travis-ci.org/malukenho/kawaii-gherkin)
[![Code Coverage](https://scrutinizer-ci.com/g/malukenho/kawaii-gherkin/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/malukenho/kawaii-gherkin/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/malukenho/kawaii-gherkin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/malukenho/kawaii-gherkin/?branch=master)
[![Code Climate](https://codeclimate.com/github/malukenho/kawaii-gherkin/badges/gpa.svg)](https://codeclimate.com/github/malukenho/kawaii-gherkin)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Seems unnecessary, given that scrutinizer-ci is already covering the quality with more detail

@Ocramius
Copy link
Collaborator

Closing, as all of the entire diff needs changing anyway, and #8 and #9 are spawned from this PR instead

@Ocramius Ocramius closed this Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants