mirror of https://github.com/docusealco/docuseal
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							81 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							81 lines
						
					
					
						
							1.1 KiB
						
					
					
				require:
 | 
						|
  - rubocop-performance
 | 
						|
  - rubocop-rails
 | 
						|
  - rubocop-rspec
 | 
						|
 | 
						|
AllCops:
 | 
						|
  NewCops: enable
 | 
						|
  Exclude:
 | 
						|
    - db/schema.rb
 | 
						|
    - node_modules/**/*
 | 
						|
    - bin/*
 | 
						|
    - vendor/**/*
 | 
						|
  TargetRubyVersion: '3.2'
 | 
						|
 | 
						|
Metrics/BlockLength:
 | 
						|
  Exclude:
 | 
						|
    - Rakefile
 | 
						|
    - '**/*.rake'
 | 
						|
    - spec/**/*
 | 
						|
    - config/environments/**/*
 | 
						|
    - config/routes.rb
 | 
						|
 | 
						|
Style/Documentation:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Lint/MissingSuper:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Metrics/ParameterLists:
 | 
						|
  Max: 10
 | 
						|
 | 
						|
Metrics/MethodLength:
 | 
						|
  Max: 25
 | 
						|
  Exclude:
 | 
						|
    - 'db/migrate/**'
 | 
						|
 | 
						|
Metrics/CyclomaticComplexity:
 | 
						|
  Max: 15
 | 
						|
 | 
						|
Metrics/PerceivedComplexity:
 | 
						|
  Max: 15
 | 
						|
 | 
						|
Layout/LineLength:
 | 
						|
  AllowedPatterns: ['\A\s*#']
 | 
						|
 | 
						|
Metrics/AbcSize:
 | 
						|
  Max: 35
 | 
						|
 | 
						|
Metrics/ModuleLength:
 | 
						|
  Max: 500
 | 
						|
 | 
						|
Metrics/ClassLength:
 | 
						|
  Max: 500
 | 
						|
 | 
						|
RSpec/NestedGroups:
 | 
						|
  Max: 6
 | 
						|
 | 
						|
RSpec/MultipleExpectations:
 | 
						|
  Max: 20
 | 
						|
 | 
						|
RSpec/ExampleLength:
 | 
						|
  Max: 40
 | 
						|
 | 
						|
RSpec/MultipleMemoizedHelpers:
 | 
						|
  Max: 6
 | 
						|
 | 
						|
Rails/I18nLocaleTexts:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Rails/FindEach:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Rails/SkipsModelValidations:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Rails/ApplicationController:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Capybara/ClickLinkOrButtonStyle:
 | 
						|
  Enabled: false
 |