Skip to content

Commit

Permalink
golangci: Update exhaustruct ignored from #535 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff authored Oct 20, 2023
1 parent bfc4f24 commit c5db42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ linters-settings:
- '^github.com/prometheus/client_golang/prometheus(/.*)?\.\w+Opts$'
- '^github\.com/containerd/cgroups/v3/cgroup2\.(Resources|Memory)'
- '^github\.com/tychoish/fun/pubsub\.BrokerOptions$'
- '^github\.com/neondatabase/autoscaling/pkg/util\.JSONPatch$'
- '^github\.com/neondatabase/autoscaling/pkg/util/patch\.Operation$'
- '^github\.com/neondatabase/autoscaling/pkg/util/watch\.HandlerFuncs$'
# vmapi.{VirtualMachine,VirtualMachineSpec,VirtualMachineMigration,VirtualMachineMigrationSpec}
- '^github\.com/neondatabase/autoscaling/neonvm/apis/neonvm/v1\.VirtualMachine(Migration)?(Spec)?$'
Expand Down

0 comments on commit c5db42b

Please sign in to comment.