We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a476983 + 94efb0a commit e6f0a4fCopy full SHA for e6f0a4f
.github/workflows/ruby.yml
@@ -21,10 +21,6 @@ jobs:
21
channel: [stable]
22
23
include:
24
- - ruby-version: '3.2'
25
- gemfile: am_edge
26
- channel: experimental
27
-
28
- ruby-version: '3.3'
29
gemfile: am_edge
30
channel: experimental
.rubocop.yml
@@ -37,3 +37,7 @@ RSpec/MultipleExpectations:
37
38
Style/ArgumentsForwarding:
39
Enabled: false
40
+
41
+Style/OneClassPerFile:
42
+ Exclude:
43
+ - 'spec/**/*'
0 commit comments