add golangci-lint package for alpine
This commit is contained in:
parent
a3c2d17c69
commit
b61010b99a
@ -30,3 +30,7 @@ resources:
|
||||
transition: create
|
||||
attributes:
|
||||
name: openssh-client
|
||||
- type: package
|
||||
transition: create
|
||||
attributes:
|
||||
name: golangci-lint
|
||||
|
@ -14,7 +14,7 @@ func TestNewEvent(t *testing.T) {
|
||||
events := NewEvents()
|
||||
assert.NotNil(t, events)
|
||||
|
||||
et.Set(EventTypeLoad)
|
||||
assert.Nil(t, et.Set(EventTypeLoad))
|
||||
assert.Nil(t, events.Set(et, EventHandler(`
|
||||
print('hello world')
|
||||
`)))
|
||||
|
@ -58,7 +58,6 @@ type Service struct {
|
||||
UpdateCommand *command.Command `yaml:"-" json:"-"`
|
||||
DeleteCommand *command.Command `yaml:"-" json:"-"`
|
||||
|
||||
config data.ConfigurationValueGetter
|
||||
Resources data.ResourceMapper `yaml:"-" json:"-"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user