Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Sep 9, 2024
1 parent 320e6e1 commit a8f90e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robot/impl/local_robot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"github.com/golang/geo/r3"
"go.mongodb.org/mongo-driver/bson/primitive"
"go.uber.org/zap"

// registers all components.
commonpb "go.viam.com/api/common/v1"
armpb "go.viam.com/api/component/arm/v1"
Expand Down Expand Up @@ -3337,7 +3336,7 @@ type mockConfig struct {
Sleep string `json:"sleep"`
}

//nolint:unparam - the resource name is currently always "m" but this could easily change
//nolint:unparam // the resource name is currently always "m" but this could easily change
func newMockConfig(name string, val int, fail bool, sleep string) resource.Config {
return resource.Config{
Name: name,
Expand Down

0 comments on commit a8f90e5

Please sign in to comment.