Skip to content

Commit

Permalink
Rubocop happiness
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Jan 1, 2018
1 parent a48e4f5 commit 9686a6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -14,3 +14,9 @@ Style/TrailingCommaInLiteral:
# Top-level class documentation is nice, but it's too early in the project to activate this
Style/Documentation:
Enabled: false

# This comes from the rubocop-rspec gem
Metrics/BlockLength:
Exclude:
- Rakefile
- spec/**/*.rb

0 comments on commit 9686a6a

Please sign in to comment.