Skip to content

Commit

Permalink
Add ci_reporter_minitest Rakefile dependency for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed May 10, 2024
1 parent 6d50ad9 commit 6212f7d
Show file tree
Hide file tree
Showing 9 changed files with 481 additions and 34 deletions.
10 changes: 2 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.7

MethodLength:
Description: 'Avoid methods longer than 30 lines of code.'
Expand Down Expand Up @@ -47,10 +47,7 @@ RescueModifier:
AssignmentInCondition:
Enabled: false

AlignParameters:
Enabled: false # don't care if parameters are not aligned

AlignParameters:
ParameterAlignment:
Enabled: false # don't care if parameters are not aligned

WhileUntilModifier:
Expand Down Expand Up @@ -80,9 +77,6 @@ FormatString:
Style/Alias:
Enabled: false

Style/IndentArray:
EnforcedStyle: consistent

Style/MultilineMethodCallBraceLayout:
Enabled: false

Expand Down
Loading

0 comments on commit 6212f7d

Please sign in to comment.