Skip to content

Commit

Permalink
🔧 Fix rubocop config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 25, 2018
1 parent a0ba3c5 commit 33a2d92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -6,3 +6,9 @@ Metrics/ModuleLength:

Metrics/ClassLength:
Max: 200

Metrics/MethodLength:
Max: 40

Style/FormatStringToken:
Enabled: false

0 comments on commit 33a2d92

Please sign in to comment.