forked from toolshed/abra
		
	fix: warn when no repo on git
This commit is contained in:
		@ -78,6 +78,13 @@ var LintRules = map[string][]LintRule{
 | 
			
		||||
			HowToResolve: "fill out all the metadata",
 | 
			
		||||
			Function:     LintMetadataFilledIn,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Ref:          "R013",
 | 
			
		||||
			Level:        "warn",
 | 
			
		||||
			Description:  "git.coopcloud.tech repo exists",
 | 
			
		||||
			HowToResolve: "upload your recipe to git.coopcloud.tech/coop-cloud/...",
 | 
			
		||||
			Function:     LintHasRecipeRepo,
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
	"error": {
 | 
			
		||||
		{
 | 
			
		||||
@ -115,13 +122,6 @@ var LintRules = map[string][]LintRule{
 | 
			
		||||
			HowToResolve: "vendor config versions in an abra.sh",
 | 
			
		||||
			Function:     LintAbraShVendors,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Ref:          "R013",
 | 
			
		||||
			Level:        "error",
 | 
			
		||||
			Description:  "git.coopcloud.tech repo exists",
 | 
			
		||||
			HowToResolve: "upload your recipe to git.coopcloud.tech/coop-cloud/...",
 | 
			
		||||
			Function:     LintHasRecipeRepo,
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user