Skip to content

Commit

Permalink
Update Hound CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Aug 16, 2015
1 parent 0463caf commit 4f913a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
19 changes: 11 additions & 8 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
---
# Too picky.
LineLength:
Enabled: false
Metrics/LineLength:
Max: 150

# This should truly be on for well documented gems.
Documentation:
Style/Documentation:
Enabled: false

# Neatly aligned code is too swell.
SingleSpaceBeforeFirstArg:
Style/SingleSpaceBeforeFirstArg:
Enabled: false

# Don't mess with RSpec DSL.
Blocks:
Style/BlockDelimiters:
Exclude:
- 'spec/**/*'

# Single quotes are default in Rubocop.
StringLiterals:
Style/StringLiterals:
EnforcedStyle: single_quotes

SignalException:
Style/SignalException:
Enabled: false

Style/ClassAndModuleChildren:
Enabled: false

ClassAndModuleChildren:
Style/SpaceAroundOperators:
Enabled: false
3 changes: 1 addition & 2 deletions spec/support/captcha.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
RSpec.configure do |config|

Recaptcha.configuration.skip_verify_env.delete("test")
Recaptcha.configuration.skip_verify_env.delete('test')

config.before do
# reset captcha config
Expand Down

0 comments on commit 4f913a2

Please sign in to comment.