Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
disable for real
Browse files Browse the repository at this point in the history
  • Loading branch information
spinecone committed Sep 9, 2019
1 parent f824d71 commit de15803
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -19,6 +19,12 @@ TrailingBlankLines:
Documentation:
Enabled: false

Metrics/LineLength:
Enabled: false

Metrics/ClassLength:
Enabled: false

Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Expand Down

0 comments on commit de15803

Please sign in to comment.