Skip to content

Commit

Permalink
Merge pull request #478 from bastelfreak/ruby27
Browse files Browse the repository at this point in the history
Switch to latest voxpupuli-rubocop
  • Loading branch information
bastelfreak authored Aug 19, 2024
2 parents 5dcb763 + ad3f52c commit 09c62b6
Show file tree
Hide file tree
Showing 36 changed files with 597 additions and 239 deletions.
18 changes: 3 additions & 15 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
---
inherit_from: .rubocop_todo.yml
inherit_gem:
voxpupuli-rubocop: rubocop.yml

require:
- rubocop-rake
- rubocop-rspec
- rubocop-performance
AllCops:
TargetRubyVersion: 2.7
NewCops: enable

Style/TrailingCommaInHashLiteral:
Enabled: True
EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArrayLiteral:
Enabled: True
EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArguments:
Enabled: True
EnforcedStyleForMultiline: consistent_comma
- rubocop-minitest
Loading

0 comments on commit 09c62b6

Please sign in to comment.