Skip to content

Commit 73e3d20

Browse files
committed
Set supported version
1 parent 8a23730 commit 73e3d20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gems/activesupport/.rubocop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
inherit_from: ../../.rubocop.yml
22

3+
# Please specify only supported versions.
34
RBS/Layout:
45
Enabled: true
6+
Include:
7+
- "gems/activesupport/7.0/**/*.rbs"
58
RBS/Lint:
69
Enabled: true
10+
Include:
11+
- "gems/activesupport/7.0/**/*.rbs"
712
RBS/Style:
813
Enabled: true
14+
Include:
15+
- "gems/activesupport/7.0/**/*.rbs"

0 commit comments

Comments
 (0)