14 lines
		
	
	
		
			337 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			337 B
		
	
	
	
		
			YAML
		
	
	
	
| repos:
 | |
|   - repo: https://github.com/pre-commit/pre-commit-hooks
 | |
|     rev: v4.3.0
 | |
|     hooks:
 | |
|       - id: trailing-whitespace
 | |
|       - id: end-of-file-fixer
 | |
|       - id: check-yaml
 | |
|       - id: check-added-large-files
 | |
|   - repo: https://github.com/dnephin/pre-commit-golang
 | |
|     rev: v0.5.0
 | |
|     hooks:
 | |
|     - id: golangci-lint
 | |
|     - id: go-build
 |