Skip to content

Commit

Permalink
Get rubocop passing# If applied, this commit will...
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Sep 13, 2019
1 parent ce2310b commit 279ddbe
Show file tree
Hide file tree
Showing 221 changed files with 990 additions and 450 deletions.
17 changes: 13 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ AllCops:
- 'tmp/**/*'
- 'bin/**/*'
- 'vendor/bundle/**/*'
TargetRubyVersion: 2.0
TargetRubyVersion: 2.6
# DefaultFormatter: fuubar
Style/Alias:
Enabled: false

Style/SymbolArray:
EnforcedStyle: brackets

Style/Documentation:
Enabled: false

Expand All @@ -42,14 +45,20 @@ Metrics/LineLength:
Style/RegexpLiteral:
EnforcedStyle: mixed

Style/TrailingCommaInLiteral:
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma

RSpec/InstanceVariable:
Enabled: false

Style/AccessorMethodName:
Enabled: false
RSpec/MultipleExpectations:
Max: 20

RSpec/NestedGroups:
Max: 5

Lint/HandleExceptions:
Enabled: false
Loading

0 comments on commit 279ddbe

Please sign in to comment.