Skip to content

Commit f424138

Browse files
committed
updated rubocop target to ruby 3.3
1 parent 4740437 commit f424138

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ inherit_mode:
33
- Exclude
44
- Include
55

6+
AllCops:
7+
TargetRubyVersion: 3.3
8+
69
# Allow one line around block body (Layout/EmptyLines will still disallow two or more)
710
Layout/EmptyLinesAroundBlockBody:
811
Enabled: false

spec/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ RSpec/VerifiedDoubles:
123123
RSpec/IdenticalEqualityAssertion: # new in 2.4
124124
Enabled: true
125125

126-
RSpec/Rails/AvoidSetupHook: # new in 2.4
126+
RSpecRails/AvoidSetupHook:
127127
Enabled: true

0 commit comments

Comments
 (0)