Skip to content

Commit e6f0a4f

Browse files
authored
Merge pull request #87 from ifad/chore/update-rubocop-config
Exclude Style/OneClassPerFile on specs
2 parents a476983 + 94efb0a commit e6f0a4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
channel: [stable]
2222

2323
include:
24-
- ruby-version: '3.2'
25-
gemfile: am_edge
26-
channel: experimental
27-
2824
- ruby-version: '3.3'
2925
gemfile: am_edge
3026
channel: experimental

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ RSpec/MultipleExpectations:
3737

3838
Style/ArgumentsForwarding:
3939
Enabled: false
40+
41+
Style/OneClassPerFile:
42+
Exclude:
43+
- 'spec/**/*'

0 commit comments

Comments
 (0)