golint for cliconfig
- fully capitalize HTTP in HTTPHeaders - comment for CONFIGFILE - camelcase and privatize oldConfigfile, defaultIndexserver - remove unused var errConfigFileMissing - comments for methods and functions throughout - external references to renamed variables changed Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>master
							parent
							
								
									3552960ef8
								
							
						
					
					
						commit
						138ba39260
					
				| 
						 | 
				
			
			@ -34,7 +34,7 @@ func setupTempConfigFile() (*cliconfig.ConfigFile, error) {
 | 
			
		|||
	if err != nil {
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
	root = filepath.Join(root, cliconfig.CONFIGFILE)
 | 
			
		||||
	root = filepath.Join(root, cliconfig.ConfigFileName)
 | 
			
		||||
	configFile := cliconfig.NewConfigFile(root)
 | 
			
		||||
 | 
			
		||||
	for _, registry := range []string{"testIndex", INDEXSERVER} {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue