Skip to content

Commit

Permalink
Tweak Rubocop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and pirj committed Apr 8, 2022
1 parent ff5f721 commit 1611752
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Metrics/CyclomaticComplexity:
Max: 18

Layout/LineLength:
Max: 325
Max: 193
Exclude:
- features/**/*
- spec/**/*

Metrics/MethodLength:
Max: 49
Expand All @@ -20,10 +23,14 @@ Metrics/AbcSize:
Max: 47

Metrics/BlockLength:
Max: 1066
Max: 45
Exclude:
- spec/**/*

Metrics/ModuleLength:
Max: 1066
Max: 220
Exclude:
- spec/**/*

Metrics/PerceivedComplexity:
Max: 19

0 comments on commit 1611752

Please sign in to comment.