Skip to content

Commit

Permalink
Update rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
bibstha committed Sep 22, 2018
1 parent 67a7b35 commit 7de447a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ AllCops:
TargetRubyVersion: 1.9
Exclude:
- 'test/dummy/**/*'
- 'vendor/**/*'

Metrics/BlockLength:
Exclude:
- 'wicked_pdf.gemspec'

Metrics/ClassLength:
Exclude:
- 'lib/wicked_pdf.rb'

# I'd like wicked_pdf to keep Ruby 1.8 compatibility for now
Style/HashSyntax:
EnforcedStyle: hash_rockets

0 comments on commit 7de447a

Please sign in to comment.