File tree Expand file tree Collapse file tree 3 files changed +38
-19
lines changed Expand file tree Collapse file tree 3 files changed +38
-19
lines changed Original file line number Diff line number Diff line change 1+ kind : Dependency
2+ body : update provider version
3+ time : 2025-04-25T11:32:54.483860411+02:00
Original file line number Diff line number Diff line change 1+ version : " 2"
12linters :
2- disable-all : true
3+ default : none
34 enable :
4- - asciicheck
5- - bodyclose
6- - contextcheck
7- - errcheck
8- - exhaustive
9- - exportloopref
10- - forcetypeassert
11- - goimports
12- - gosimple
13- - govet
14- - ineffassign
15- - predeclared
16- - staticcheck
17- - tenv
18- - typecheck
19- - unused
20- - whitespace
5+ - asciicheck
6+ - bodyclose
7+ - contextcheck
8+ - errcheck
9+ - exhaustive
10+ - forcetypeassert
11+ - govet
12+ - ineffassign
13+ - predeclared
14+ - staticcheck
15+ - unused
16+ - whitespace
17+ exclusions :
18+ generated : lax
19+ presets :
20+ - comments
21+ - common-false-positives
22+ - legacy
23+ - std-error-handling
24+ paths :
25+ - third_party$
26+ - builtin$
27+ - examples$
28+ formatters :
29+ enable :
30+ - goimports
31+ exclusions :
32+ generated : lax
33+ paths :
34+ - third_party$
35+ - builtin$
36+ - examples$
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type HoneycombPlugin struct {
1919
2020func NewHoneycombPlugin () schema.MachComposerPlugin {
2121 state := & HoneycombPlugin {
22- provider : "0.18.1 " , // Provider version of `honeycombio/honeycombio`
22+ provider : "0.33.0 " , // Provider version of `honeycombio/honeycombio`
2323 siteConfigs : map [string ]* HoneycombConfig {},
2424 }
2525 return plugin .NewPlugin (& schema.PluginSchema {
You can’t perform that action at this time.
0 commit comments