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 7460ae1 commit 26efd19Copy full SHA for 26efd19
.rubocop.yml
@@ -3,7 +3,9 @@ require:
3
- rubocop-rspec
4
5
inherit_gem:
6
- rentacop: rentacop.yml
+ rentacop:
7
+ - rentacop.yml
8
+ - rspec.yml
9
10
AllCops:
11
TargetRubyVersion: 2.7
@@ -22,22 +24,3 @@ Layout/LineLength:
22
24
Exclude:
23
25
- 'spec/**/*'
26
- 'lib/completely/commands/**/*'
-
-# Allow `before :all` and `after :all`
27
-RSpec/BeforeAfterAll:
28
- Enabled: false
29
30
-# Allow unnamed `subject`
31
-RSpec/NamedSubject:
32
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