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.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							801 B
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							801 B
						
					
					
				| ---
 | |
| EnableDefaultLinters: true
 | |
| linters:
 | |
|   ErbSafety:
 | |
|     enabled: false
 | |
|   HardCodedString:
 | |
|     enabled: false
 | |
|   Rubocop:
 | |
|     enabled: true
 | |
|     rubocop_config:
 | |
|       inherit_from:
 | |
|         - .rubocop.yml
 | |
|       Layout/InitialIndentation:
 | |
|         Enabled: false
 | |
|       Layout/LineLength:
 | |
|         Enabled: false
 | |
|       Layout/TrailingEmptyLines:
 | |
|         Enabled: false
 | |
|       Layout/TrailingWhitespace:
 | |
|         Enabled: false
 | |
|       Naming/FileName:
 | |
|         Enabled: false
 | |
|       Style/FrozenStringLiteralComment:
 | |
|         Enabled: false
 | |
|       Lint/UselessAssignment:
 | |
|         Enabled: false
 | |
|       Rails/OutputSafety:
 | |
|         Enabled: false
 | |
|       Style/NestedTernaryOperator:
 | |
|         Enabled: false
 | |
|       Style/ZeroLengthPredicate:
 | |
|         Enabled: false
 | |
|       Style/RedundantConstantBase:
 | |
|         Enabled: false
 |