Skip to content

Commit

Permalink
Update course and class length restrictions in rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Winbobob committed Jul 10, 2016
1 parent a9c3503 commit 81221d0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ AllCops:
Rails:
Enabled: true

Metrics/ClassLength:
CountComments: false
Max: 1000

Metrics/MethodLength:
CountComments: false
Max: 100

Metrics/LineLength:
Max: 160

Metrics/ParameterLists:
Max: 9
Max: 9

# This cop looks for use of the same name as outer local variables for block arguments or block local variables.
Lint/ShadowingOuterLocalVariable:
Expand Down

0 comments on commit 81221d0

Please sign in to comment.