Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Fixes #16354 - Add rubocop #390

Merged
merged 1 commit into from Aug 31, 2016
Merged

Conversation

daviddavis
Copy link
Contributor

No description provided.

@@ -72,7 +72,7 @@ def fix_katello_settings_file

return true unless settings.key?(:common)

settings = {:katello => settings[:common]}
settings = { :katello => settings[:common] }
Copy link
Member

Choose a reason for hiding this comment

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

Is this normal? Seems strange to have a leading space.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That is odd but it seems that's what rubocop does by default. I'm going to copy over the setting from katello: https://git.io/v6x9s

@ehelms
Copy link
Member

ehelms commented Aug 26, 2016

Nice! I'd be thinking about this but of course you are the king of rubocop.

@daviddavis
Copy link
Contributor Author

This should be good to go 👑

@daviddavis daviddavis force-pushed the temp/20160826171555 branch 3 times, most recently from 2b5a38d to a600eb9 Compare August 31, 2016 17:24
@ehelms
Copy link
Member

ehelms commented Aug 31, 2016

ACK - thanks @daviddavis

@ehelms ehelms merged commit 0743b78 into Katello:master Aug 31, 2016
zjhuntin pushed a commit to zjhuntin/katello-installer that referenced this pull request Oct 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants