mirror of
				https://github.com/avelino/awesome-go.git
				synced 2025-10-30 23:17:40 -04:00 
			
		
		
		
	create codeclimate file
code analytic
This commit is contained in:
		
							parent
							
								
									94aeb5753a
								
							
						
					
					
						commit
						2113978b8a
					
				
					 1 changed files with 22 additions and 0 deletions
				
			
		
							
								
								
									
										22
									
								
								.codeclimate.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.codeclimate.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
---
 | 
			
		||||
engines:
 | 
			
		||||
  rubocop:
 | 
			
		||||
    enabled: true
 | 
			
		||||
  golint:
 | 
			
		||||
    enabled: true
 | 
			
		||||
  gofmt:
 | 
			
		||||
    enabled: true
 | 
			
		||||
  govet:
 | 
			
		||||
    enabled: true
 | 
			
		||||
  fixme:
 | 
			
		||||
    enabled: true
 | 
			
		||||
  duplication:
 | 
			
		||||
    enabled: true
 | 
			
		||||
    config:
 | 
			
		||||
      languages:
 | 
			
		||||
      - go
 | 
			
		||||
ratings:
 | 
			
		||||
  paths:
 | 
			
		||||
  - "**.go"
 | 
			
		||||
exclude_paths:
 | 
			
		||||
- vendor/
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue