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

Update gems #338

Merged
merged 11 commits into from
Jan 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions .env.example
Expand Up @@ -12,9 +12,8 @@ export REDIS_URL=redis://localhost
export FITBIT_CONSUMER_KEY=foo
export FITBIT_CONSUMER_SECRET=bar
export PLOS_API_KEY=foo
export RECAPTCHA_PRIVATE_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
export RECAPTCHA_PUBLIC_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
export SIDEKIQ_PASSWORD=foo
export RECAPTCHA_SECRET_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
export RECAPTCHA_SITE_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
export MENDELEY_CONSUMER_KEY=foo
export ERRBIT_API_KEY=foo
export ERRBIT_HOST=localhost
Expand Down
17 changes: 8 additions & 9 deletions .rubocop.yml
@@ -1,5 +1,3 @@
inherit_from: .rubocop_todo.yml

Rails:
Enabled: true

Expand All @@ -12,17 +10,18 @@ Style/StringLiterals:
Style/Documentation:
Enabled: false

#Metrics/LineLength:
# Max: 100

Style/IfUnlessModifier:
Enabled: false

Style/TrailingCommaInLiteral:
Enabled: false

#Metrics/MethodLength:
# Max: 20
# Only relevant for Rails 5.
Rails/HttpPositionalArguments:
Enabled: false

Style/FrozenStringLiteralComment:
EnforcedStyle: always

#Metrics/AbcSize:
# Max: 20
Metrics/LineLength:
Max: 100