 db80e16aba
			
		
	
	
		db80e16aba
		
			
		
	
	
	
	
		
			
			* split config section into files. * extract anonymous types. * sort linters alphabetically.
		
			
				
	
	
		
			12 lines
		
	
	
		
			209 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			209 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package config
 | |
| 
 | |
| type Linters struct {
 | |
| 	Enable     []string
 | |
| 	Disable    []string
 | |
| 	EnableAll  bool `mapstructure:"enable-all"`
 | |
| 	DisableAll bool `mapstructure:"disable-all"`
 | |
| 	Fast       bool
 | |
| 
 | |
| 	Presets []string
 | |
| }
 |