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

Switch from Hound to CodeClimate. #23

Merged
merged 3 commits into from
Jul 27, 2018

Conversation

JFernandezWM
Copy link
Contributor

@JFernandezWM JFernandezWM commented Jul 27, 2018

Switch from Hound to CodeClimate so we can cancel hound.
Needed-by: #23

@josephbridgwaterrowe
Copy link
Member

@JFernandezWM to be fair this is a public repo so there are no charges for using Hound. That being said it doesn't really make sense to leave it on hound and its free with CodeClimate as well. 😄

@cracell
Copy link
Contributor

cracell commented Jul 27, 2018

@josephbridgwaterrowe

I'd like to eliminate hound just so we have one less tool in our dev toolchain. One less thing that can go down and disrupt us without any feature sacrifice.

@josephbridgwaterrowe
Copy link
Member

josephbridgwaterrowe commented Jul 27, 2018

Sure, that makes sense... those 184 issues gave me the willies 😄

@JFernandezWM
Copy link
Contributor Author

I just updated as well the repo settings to not allow push to master, etc.

@josephbridgwaterrowe
Copy link
Member

OK, I see that most of them were silly issues... ⚾️

@@ -27,7 +27,7 @@ class NewTicketApplication
def initialize(hash = {})
super

@record_type = 'GRNT1'
@record_type = "GRNT1"
Copy link
Contributor

Choose a reason for hiding this comment

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

Under our rules these should be single quotes. I think something went wrong with the rubocop config.

Copy link
Contributor

Choose a reason for hiding this comment

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

This file should be right https://github.com/westernmilling/otto/blob/master/.rubocop.yml though it could probably be shortened as I think part of those are defaults now.

Copy link
Member

@josephbridgwaterrowe josephbridgwaterrowe left a comment

Choose a reason for hiding this comment

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

Question.

Gemfile Outdated
@@ -1,5 +1,5 @@
# frozen_string_literal: true
source 'https://rubygems.org'
source "https://rubygems.org"

Choose a reason for hiding this comment

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

Shouldn't the rule be single quotes? From what I can tell is that your ignoring the rubocop rule to accomodate CodeClimate rather than making CodeClimate follow our standard setup?

Or am I confused?

@JFernandezWM JFernandezWM merged commit b242728 into master Jul 27, 2018
@storres-westernmilling storres-westernmilling deleted the 18-Switch-from-Hound-to-CodeClimate branch June 7, 2022 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants