Skip to content

Commit

Permalink
revive revive lints
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Apr 12, 2024
1 parent f6fc104 commit 352a485
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions robot/impl/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import (
// package. Importing `robotimpl.LocalRobot` for those tests creates a circular import,
// and changing those tests to be in the `robotimpl_test` package causes failures because
// they test private methods.
//
//nolint:revive
func setupLocalRobot(
t *testing.T,
ctx context.Context,
Expand Down
2 changes: 0 additions & 2 deletions robot/impltest/local_robot.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (
// LocalRobot returns a new robot with parts sourced from the given config, or fails the
// test if it cannot. It automatically closes itself after the test and all subtests
// complete.
//
//nolint:revive
func LocalRobot(
t *testing.T,
ctx context.Context,
Expand Down

0 comments on commit 352a485

Please sign in to comment.