Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Restrict max line length to 130
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Aug 2, 2016
1 parent c42d6a8 commit 75fbc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Metrics/CyclomaticComplexity:
Enabled: false

Metrics/LineLength:
Max: 130
Exclude:
- "spec/**/*"

Expand Down

0 comments on commit 75fbc07

Please sign in to comment.