* ci: replace superlinter with megalinter Signed-off-by: hackercat <me@hackerc.at> * fix: apply lint recommendations Signed-off-by: hackercat <me@hackerc.at>
		
			
				
	
	
		
			13 lines
		
	
	
		
			265 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			265 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Default state for all rules
 | 
						|
default: true
 | 
						|
 | 
						|
# MD013/line-length - Line length
 | 
						|
MD013:
 | 
						|
  line_length: 1024
 | 
						|
 | 
						|
# MD033/no-inline-html - Inline HTML
 | 
						|
MD033: false
 | 
						|
 | 
						|
# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
 | 
						|
MD041: false
 |