We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4212bc commit 69c97adCopy full SHA for 69c97ad
.rubocop.yml
@@ -1,3 +1,4 @@
1
+# yaml-language-server: $schema=https://www.rubyschema.org/rubocop.json
2
---
3
# Explicitly disable pending cops for now. This is the default behaviour but
4
# this avoids a large warning every time we run it.
@@ -8,7 +9,7 @@ AllCops:
8
9
- "bin/*"
10
NewCops: enable
11
SuggestExtensions: false
- TargetRubyVersion: 3.2.0
12
+ TargetRubyVersion: 3.2
13
14
# Whether MFA is required or not should be left to the token configuration.
15
Gemspec/RequireMFA:
0 commit comments