13 lines
		
	
	
		
			187 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			187 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| version = 1
 | |
| 
 | |
| test_patterns = ["**/*_test.go"]
 | |
| 
 | |
| exclude_patterns = ["scripts/**"]
 | |
| 
 | |
| [[analyzers]]
 | |
| name = "go"
 | |
| enabled = true
 | |
| 
 | |
|   [analyzers.meta]
 | |
|   import_paths = ["github.com/beego/beego"]
 |