Skip to content

Commit

Permalink
Remove rubocop rules that don't play well with generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Levenick <[email protected]>
  • Loading branch information
slevenick committed May 31, 2019
1 parent dda3128 commit 843a43c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ MethodLength:
Max: 40
NumericLiterals:
MinDigits: 10
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 11
Metrics/AbcSize:
Max: 55
Enabled: false
Metrics/CyclomaticComplexity:
Max: 15
Enabled: false
Metrics/PerceivedComplexity:
Max: 15
Enabled: false
Style/PercentLiteralDelimiters:
PreferredDelimiters:
'%': '{}'
Expand Down

0 comments on commit 843a43c

Please sign in to comment.