Conversation
|
You used a very different rubocop ruleset than we use in other Hoppinger projects. For instance you changed all quotations to double quotes while the latest default rubocop ruleset uses single quotes simple strings. |
|
Also in the readme single quotes have been changed where it should be a single code. |
.gitignore
Outdated
There was a problem hiding this comment.
@Marthyn Please add this to your personal global .gitignore file.
|
I thought I got the rubocop file from the dotfiles repo, but I'll check again Sent from my iPhone On Wed, Jun 10, 2015 at 8:16 AM -0700, "Sebastiaan" notifications@github.com wrote: Reply to this email directly or view it on GitHub: |
README.md
Outdated
There was a problem hiding this comment.
@Marthyn Here single quotes are actually valid. Regardless of the rubocop setting. Did rubocop report this as wrong inside a .md file?
There was a problem hiding this comment.
I should run rubocop only on lib and app folders probably
Sent from my iPhone
On Wed, Jun 10, 2015 at 8:22 AM -0700, "Sebastiaan" notifications@github.com wrote:
@@ -10,7 +10,7 @@ This library is part of the WP on Rails proj
To prepare a WP installation to be used in a WP on Rails architecture the wp-relinquish plugin is provided. It provides a means to configure WP actions to send notifications as webhook calls to a Rails application equipped with wp-connector.
-When using WP on Rails the content's master data resides in WP's database, as that's where is it created and modified. The Rails application that is connected to WP stores merely a copy of the data, a cache, on the basis of which the public requests are served.
+When using WP on Rails the content"s master data resides in WP"s database, as that"s where is it created and modified. The Rails application that is connected to WP stores merely a copy of the data, a cache, on the basis of which the public requests are served.
@Marthyn Here single quotes are actually valid. Regardless of the rubocop setting. Did rubocop report this as wrong inside a .md file?
Reply to this email directly or view it on GitHub:
https://github.com/wponrails/wp-connector/pull/38/files#r32129172
a22540f to
5ece33b
Compare
|
I rebased out the non lib/app files. |
|
👍 |
Since at Hoppinger we use rubocop now, i decided while reading the code to fix some issues. I was a little lenient wit AbcSize and Methodlength