Skip to content

Commit

Permalink
Updates .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscotfmc committed Nov 14, 2016
1 parent 84ebdbb commit 005dae0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ Style/Encoding:
Style/StringLiterals:
EnforcedStyle: double_quotes

ClassLength:
Metrics/MethodLength:
Max: 20

Metrics/ClassLength:
Max: 250

Metrics/ModuleLength:
Max: 250

0 comments on commit 005dae0

Please sign in to comment.