15 lines
		
	
	
		
			287 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			287 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| This directory contains ruleguard files that are used in functional tests:
 | |
| 
 | |
| ```bash
 | |
| T=gocritic.go make test_linters
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| T=gocritic.go make test_fix
 | |
| ```
 | |
| 
 | |
| Helpful:
 | |
| 
 | |
| - https://go-critic.com/overview.html
 | |
| - https://github.com/go-critic/go-critic/blob/master/checkers/rules/rules.go
 | 
