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.
2 parents f8ea32f + 64a56af commit db49e34Copy full SHA for db49e34
.github/CODEOWNERS
@@ -1,2 +1,2 @@
1
-# Request a review from @Shopify/ruby-dev-exp when a new PR is created
2
-* @Shopify/ruby-dev-exp
+# Request a review from @Shopify/ruby-dx when a new PR is created
+* @Shopify/ruby-dx
.rubocop.yml
@@ -26,7 +26,7 @@ Sorbet/TrueSigil:
26
Exclude:
27
- "**/*.rake"
28
- "lib/**/*.rb"
29
- - "test/**/*.rb"
+ - "test/dummy/**/*.rb"
30
31
Sorbet/StrictSigil:
32
Enabled: true
0 commit comments