* Bump rubocop from 0.86.0 to 0.88.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.86.0 to 0.88.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.86.0...v0.88.0) Signed-off-by: dependabot[bot] <support@github.com> * Fix for latest RuboCop Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
		
			
				
	
	
		
			39 lines
		
	
	
		
			642 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			642 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: "2"
 | 
						|
checks:
 | 
						|
  argument-count:
 | 
						|
    enabled: false
 | 
						|
  complex-logic:
 | 
						|
    enabled: false
 | 
						|
  file-lines:
 | 
						|
    enabled: false
 | 
						|
  method-complexity:
 | 
						|
    enabled: false
 | 
						|
  method-count:
 | 
						|
    enabled: false
 | 
						|
  method-lines:
 | 
						|
    enabled: false
 | 
						|
  nested-control-flow:
 | 
						|
    enabled: false
 | 
						|
  return-statements:
 | 
						|
    enabled: false
 | 
						|
  similar-code:
 | 
						|
    enabled: false
 | 
						|
  identical-code:
 | 
						|
    enabled: false
 | 
						|
plugins:
 | 
						|
  brakeman:
 | 
						|
    enabled: true
 | 
						|
  bundler-audit:
 | 
						|
    enabled: true
 | 
						|
  eslint:
 | 
						|
    enabled: true
 | 
						|
    channel: eslint-7
 | 
						|
  rubocop:
 | 
						|
    enabled: true
 | 
						|
    channel: rubocop-0-88
 | 
						|
  sass-lint:
 | 
						|
    enabled: true
 | 
						|
exclude_patterns:
 | 
						|
- spec/
 | 
						|
- vendor/asset
 |