Skip to content

Commit

Permalink
Update rubocop and rubocop rspec and get them passing by moving thing…
Browse files Browse the repository at this point in the history
…s to todos
  • Loading branch information
jnunemaker committed Sep 13, 2019
1 parent efc4770 commit 7d18236
Show file tree
Hide file tree
Showing 17 changed files with 485 additions and 130 deletions.
13 changes: 5 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ AllCops:
- 'tmp/**/*'
- 'bin/**/*'
- 'vendor/bundle/**/*'
TargetRubyVersion: 2.0
# DefaultFormatter: fuubar
TargetRubyVersion: 2.6
Style/Alias:
Enabled: false

Expand All @@ -36,19 +35,17 @@ Style/IfUnlessModifier:

Metrics/LineLength:
Max: 100
Exclude:
- '*.gemspec'

Style/RegexpLiteral:
EnforcedStyle: mixed

Style/TrailingCommaInLiteral:
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma

RSpec/InstanceVariable:
Enabled: false
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma

Style/AccessorMethodName:
RSpec/InstanceVariable:
Enabled: false

Lint/HandleExceptions:
Expand Down
Loading

0 comments on commit 7d18236

Please sign in to comment.