Skip to content

Commit 1b35c24

Browse files
committed
chore: Update Rubocop config
1 parent 97368e5 commit 1b35c24

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ inherit_from:
22
- https://relaxed.ruby.style/rubocop.yml
33

44
plugins:
5+
- rubocop-packaging
6+
- rubocop-performance
7+
- rubocop-rails
58
- rubocop-rspec
69

710
AllCops:
@@ -13,7 +16,7 @@ AllCops:
1316
- spec/dummy??/**/*
1417
- vendor/**/*
1518
SuggestExtensions: false
16-
TargetRubyVersion: 2.7
19+
TargetRubyVersion: 3.0
1720

1821
Lint/MissingSuper:
1922
Exclude:

0 commit comments

Comments
 (0)