parent
							
								
									7e72cbddd2
								
							
						
					
					
						commit
						4d26d30b6c
					
				| 
						 | 
				
			
			@ -3,7 +3,7 @@ engines:
 | 
			
		|||
    enabled: false
 | 
			
		||||
  rubocop:
 | 
			
		||||
    enabled: true
 | 
			
		||||
    channel: rubocop-0-49
 | 
			
		||||
    channel: rubocop-0-54
 | 
			
		||||
 | 
			
		||||
exclude_paths:
 | 
			
		||||
  - .codeclimate.yml
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,11 +49,9 @@ Layout/MultilineOperationIndentation:
 | 
			
		|||
Lint/NestedPercentLiteral:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - test/test_site.rb
 | 
			
		||||
Layout/SpaceInsideBrackets:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
Layout/EmptyComment:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
Lint/EndAlignment:
 | 
			
		||||
Layout/EndAlignment:
 | 
			
		||||
  Severity: error
 | 
			
		||||
Lint/UnreachableCode:
 | 
			
		||||
  Severity: error
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								Gemfile
								
								
								
								
							
							
						
						
									
										2
									
								
								Gemfile
								
								
								
								
							| 
						 | 
				
			
			@ -31,7 +31,7 @@ group :test do
 | 
			
		|||
  gem "nokogiri", RUBY_VERSION >= "2.2" ? "~> 1.7" : "~> 1.7.0"
 | 
			
		||||
  gem "rspec"
 | 
			
		||||
  gem "rspec-mocks"
 | 
			
		||||
  gem "rubocop", "~> 0.54.0"
 | 
			
		||||
  gem "rubocop", "~> 0.55.0"
 | 
			
		||||
  gem "test-dependency-theme", :path => File.expand_path("test/fixtures/test-dependency-theme", __dir__)
 | 
			
		||||
  gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue