Enable Rails/Output in spec/ dir (#31905)
				
					
				
			This commit is contained in:
		@@ -7,8 +7,13 @@ RSpec/Focus: # Require full spec run on CI
 | 
				
			|||||||
  Exclude: []
 | 
					  Exclude: []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Rails/Output: # Remove any `puts` debugging
 | 
					Rails/Output: # Remove any `puts` debugging
 | 
				
			||||||
 | 
					  inherit_mode:
 | 
				
			||||||
 | 
					    merge:
 | 
				
			||||||
 | 
					      - Include
 | 
				
			||||||
  Enabled: true
 | 
					  Enabled: true
 | 
				
			||||||
  Exclude: []
 | 
					  Exclude: []
 | 
				
			||||||
 | 
					  Include:
 | 
				
			||||||
 | 
					    - spec/**/*.rb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Rails/FindEach: # Using `each` could impact performance, use `find_each`
 | 
					Rails/FindEach: # Using `each` could impact performance, use `find_each`
 | 
				
			||||||
  Enabled: true
 | 
					  Enabled: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user