You've already forked watchtower
							
							
				mirror of
				https://github.com/containrrr/watchtower.git
				synced 2025-10-31 00:17:44 +02:00 
			
		
		
		
	fix fmt and vetting issues
This commit is contained in:
		| @@ -31,7 +31,7 @@ var ( | ||||
| 	timeout        time.Duration | ||||
| 	lifecycleHooks bool | ||||
| 	rollingRestart bool | ||||
| 	scope	         string | ||||
| 	scope          string | ||||
| ) | ||||
|  | ||||
| var rootCmd = &cobra.Command{ | ||||
|   | ||||
| @@ -78,4 +78,3 @@ func (_m *FilterableContainer) Scope() (string, bool) { | ||||
|  | ||||
| 	return r0, r1 | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -4,8 +4,8 @@ import ( | ||||
| 	"bytes" | ||||
| 	"fmt" | ||||
| 	"github.com/containrrr/shoutrrr/pkg/types" | ||||
| 	"strings" | ||||
| 	"text/template" | ||||
|     "strings" | ||||
|  | ||||
| 	"github.com/containrrr/shoutrrr" | ||||
| 	t "github.com/containrrr/watchtower/pkg/types" | ||||
| @@ -136,7 +136,7 @@ func getShoutrrrTemplate(c *cobra.Command) *template.Template { | ||||
| 	funcs := template.FuncMap{ | ||||
| 		"ToUpper": strings.ToUpper, | ||||
| 		"ToLower": strings.ToLower, | ||||
| 		"Title": strings.Title, | ||||
| 		"Title":   strings.Title, | ||||
| 	} | ||||
|  | ||||
| 	// If we succeed in getting a non-empty template configuration | ||||
|   | ||||
| @@ -75,7 +75,6 @@ func TestShoutrrrStringFunctions(t *testing.T) { | ||||
| 	require.Equal(t, "INFO: foo bar Foo Bar\n", s) | ||||
| } | ||||
|  | ||||
|  | ||||
| func TestShoutrrrInvalidTemplateUsesTemplate(t *testing.T) { | ||||
| 	cmd := new(cobra.Command) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user