20 lines
		
	
	
		
			423 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			423 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
Lint/Debugger: # Remove any `binding.pry`
 | 
						|
  Enabled: true
 | 
						|
  Exclude: []
 | 
						|
 | 
						|
RSpec/Focus: # Require full spec run on CI
 | 
						|
  Enabled: true
 | 
						|
  Exclude: []
 | 
						|
 | 
						|
Rails/Output: # Remove any `puts` debugging
 | 
						|
  Enabled: true
 | 
						|
  Exclude: []
 | 
						|
 | 
						|
Rails/FindEach: # Using `each` could impact performance, use `find_each`
 | 
						|
  Enabled: true
 | 
						|
  Exclude: []
 | 
						|
 | 
						|
Rails/UniqBeforePluck: # Require `uniq.pluck` and not `pluck.uniq`
 | 
						|
  Enabled: true
 | 
						|
  Exclude: []
 |