Skip to content

Commit 26efd19

Browse files
committed
spec housekeeping
1 parent 7460ae1 commit 26efd19

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

.rubocop.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ require:
33
- rubocop-rspec
44

55
inherit_gem:
6-
rentacop: rentacop.yml
6+
rentacop:
7+
- rentacop.yml
8+
- rspec.yml
79

810
AllCops:
911
TargetRubyVersion: 2.7
@@ -22,22 +24,3 @@ Layout/LineLength:
2224
Exclude:
2325
- 'spec/**/*'
2426
- 'lib/completely/commands/**/*'
25-
26-
# Allow `before :all` and `after :all`
27-
RSpec/BeforeAfterAll:
28-
Enabled: false
29-
30-
# Allow unnamed `subject`
31-
RSpec/NamedSubject:
32-
Enabled: false
33-
34-
# Allow `describe` with arbitrary text in some cases
35-
RSpec/DescribeClass:
36-
Exclude:
37-
- spec/completely/bin_spec.rb
38-
- spec/completely/integration_spec.rb
39-
- spec/completely/zsh_spec.rb
40-
41-
# Allow multiple expectations per block
42-
RSpec/MultipleExpectations:
43-
Max: 3

0 commit comments

Comments
 (0)