31 lines
		
	
	
		
			486 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			486 B
		
	
	
	
		
			YAML
		
	
	
	
| version: "2"
 | |
| linters:
 | |
|   enable:
 | |
|     - nlreturn
 | |
|     - revive
 | |
|     - tagalign
 | |
|     - testpackage
 | |
|     - wsl
 | |
|   exclusions:
 | |
|     generated: lax
 | |
|     presets:
 | |
|       - comments
 | |
|       - common-false-positives
 | |
|       - legacy
 | |
|       - std-error-handling
 | |
|     paths:
 | |
|       - third_party$
 | |
|       - builtin$
 | |
|       - examples$
 | |
| issues:
 | |
|   max-issues-per-linter: 0
 | |
|   max-same-issues: 0
 | |
|   fix: true
 | |
| formatters:
 | |
|   exclusions:
 | |
|     generated: lax
 | |
|     paths:
 | |
|       - third_party$
 | |
|       - builtin$
 | |
|       - examples$
 |