Skip to content

Integrate Linting#8

Merged
griffinmyers merged 2 commits into
masterfrom
will/lint
Jan 4, 2017
Merged

Integrate Linting#8
griffinmyers merged 2 commits into
masterfrom
will/lint

Conversation

@griffinmyers
Copy link
Copy Markdown
Contributor

@griffinmyers griffinmyers commented Jan 4, 2017

This PR is a grab-bag of lint fun! It:

  1. Adds .rubocop.yml to define project-specific lint overrides
  2. Adds rake lint to our CI builds
  3. Fixes bin/console to properly open a shell with the gem
  4. Updates the codebase per our .rubocop.yml

Pushing this before we release 1.2.0 given the breaking API change (#is_webhook_authentic renamed to #webhook_authentic?)

@griffinmyers griffinmyers self-assigned this Jan 4, 2017
def test_sets_default_config_parameters
client = Button::Client.new('sk-XXX')
assert_equal(client.orders.config, {
assert_equal(
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Quite a syntax here

@griffinmyers griffinmyers merged commit 81f406d into master Jan 4, 2017
@griffinmyers griffinmyers deleted the will/lint branch January 4, 2017 21:57
@griffinmyers
Copy link
Copy Markdown
Contributor Author

ty @danielmcgrath !

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants