Skip to content

Commit 69c97ad

Browse files
chore: add json schema comment for rubocop.yml
1 parent f4212bc commit 69c97ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://www.rubyschema.org/rubocop.json
12
---
23
# Explicitly disable pending cops for now. This is the default behaviour but
34
# this avoids a large warning every time we run it.
@@ -8,7 +9,7 @@ AllCops:
89
- "bin/*"
910
NewCops: enable
1011
SuggestExtensions: false
11-
TargetRubyVersion: 3.2.0
12+
TargetRubyVersion: 3.2
1213

1314
# Whether MFA is required or not should be left to the token configuration.
1415
Gemspec/RequireMFA:

0 commit comments

Comments
 (0)