Skip to content

Commit

Permalink
update rubocop configuration around line length (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McGarvey authored and rickpeyton committed Dec 30, 2019
1 parent e2a44d7 commit 5b48f77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ AllCops:
Layout/AccessModifierIndentation:
EnforcedStyle: outdent

Layout/LineLength:
Max: 120
Exclude:
- config/routes.rb
- config/routes/*
- db/migrate/*

Metrics/AbcSize:
Exclude:
- spec/**/*
Expand All @@ -34,13 +41,6 @@ Metrics/CyclomaticComplexity:
- spec/**/*
- test/**/*

Metrics/LineLength:
Max: 120
Exclude:
- config/routes.rb
- config/routes/*
- db/migrate/*

Metrics/MethodLength:
Exclude:
- db/migrate/*
Expand Down

0 comments on commit 5b48f77

Please sign in to comment.