Skip to content

Commit

Permalink
Fixes cops warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Feb 3, 2017
1 parent 549e1e5 commit b73eab0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Documentation:
Enabled: false

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

# Rubocop default is leading but hound-ci use trailing.
Expand All @@ -27,5 +27,11 @@ EmptyLinesAroundMethodBody:
EmptyLinesAroundClassBody:
Enabled: false

EmptyLinesAroundModuleBody:
Style/FrozenStringLiteralComment:
Enabled: false

Metrics/AbcSize:
Enabled: false

Metrics/BlockLength:
Enabled: false
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

ENV['RAILS_ENV'] ||= 'test'

require File.expand_path('../dummy/config/environment.rb', __FILE__)
require File.expand_path('../dummy/config/environment.rb', __FILE__)

require 'pry'
require 'ffaker'
Expand Down

0 comments on commit b73eab0

Please sign in to comment.