🔨 Modernize lint setup
							parent
							
								
									239ce0dd6c
								
							
						
					
					
						commit
						8b765ae507
					
				| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
enable_list:
 | 
			
		||||
  - fqcn-builtins
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
---
 | 
			
		||||
 | 
			
		||||
warn_list: []
 | 
			
		||||
 | 
			
		||||
skip_list: []
 | 
			
		||||
 | 
			
		||||
exclude_paths:
 | 
			
		||||
  - venv/
 | 
			
		||||
  - tests/  # TODO: Remove this line when tests are migrated to molecule
 | 
			
		||||
  - .github/
 | 
			
		||||
| 
						 | 
				
			
			@ -1,3 +1,5 @@
 | 
			
		|||
.vagrant*
 | 
			
		||||
*.swp
 | 
			
		||||
*.retry
 | 
			
		||||
/.idea
 | 
			
		||||
/venv
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,3 +4,7 @@ extends: default
 | 
			
		|||
 | 
			
		||||
rules:
 | 
			
		||||
  line-length: disable
 | 
			
		||||
 | 
			
		||||
ignore:
 | 
			
		||||
  - /venv
 | 
			
		||||
  - /tests  # TODO: Remove this line when tests are migrated to molecule
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue