34 lines
		
	
	
		
			565 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			565 B
		
	
	
	
		
			YAML
		
	
	
	
engines:
 | 
						|
  fixme:
 | 
						|
    enabled: false
 | 
						|
  rubocop:
 | 
						|
    enabled: true
 | 
						|
 | 
						|
exclude_paths:
 | 
						|
  - .codeclimate.yml
 | 
						|
  - .gitignore
 | 
						|
  - .rspec
 | 
						|
  - .rubocop.yml
 | 
						|
  - .travis.yml
 | 
						|
 | 
						|
  - Gemfile.lock
 | 
						|
  - CHANGELOG.{md,markdown,txt,textile}
 | 
						|
  - CONTRIBUTING.{md,markdown,txt,textile}
 | 
						|
  - readme.{md,markdown,txt,textile}
 | 
						|
  - README.{md,markdown,txt,textile}
 | 
						|
  - Readme.{md,markdown,txt,textile}
 | 
						|
  - ReadMe.{md,markdown,txt,textile}
 | 
						|
  - COPYING
 | 
						|
  - LICENSE
 | 
						|
 | 
						|
  - features/**/*
 | 
						|
  - script/**/*
 | 
						|
  - site/**/*
 | 
						|
  - spec/**/*
 | 
						|
  - test/**/*
 | 
						|
  - vendor/**/*
 | 
						|
 | 
						|
ratings:
 | 
						|
  paths:
 | 
						|
    - lib/**/*.rb
 |