Merge pull request #14417 from dduugg/rubocop-rspec-cleanup
Enable RSpec cops without violations
This commit is contained in:
		
						commit
						748c1b50fa
					
				@ -5,8 +5,6 @@ RSpec/AnyInstance:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
RSpec/FilePath:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
RSpec/ImplicitBlockExpectation:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
RSpec/SubjectStub:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
 | 
			
		||||
@ -17,8 +15,6 @@ RSpec/LeakyConstantDeclaration:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
RSpec/MessageSpies:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
RSpec/RepeatedDescription:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
RSpec/StubbedMock:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
RSpec/NoExpectationExample:
 | 
			
		||||
@ -37,10 +33,3 @@ RSpec/MultipleMemoizedHelpers:
 | 
			
		||||
# Annoying to have these autoremoved.
 | 
			
		||||
RSpec/Focus:
 | 
			
		||||
  AutoCorrect: false
 | 
			
		||||
 | 
			
		||||
# Gets confused on these tests for a `skip` DSL
 | 
			
		||||
RSpec/PendingWithoutReason:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - "**/dependency_expansion_spec.rb"
 | 
			
		||||
    - "**/livecheck/skip_conditions_spec.rb"
 | 
			
		||||
    - "**/livecheck_spec.rb"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user