Skip to content

Commit

Permalink
Addressing remaining linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Feb 19, 2024
1 parent 84697c6 commit 856c309
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions check/schema/schema.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package schema contains the core schemas for nextroute.
package schema

// Output is the output of the check.
Expand Down
1 change: 0 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/nextmv-io/nextroute"
"github.com/nextmv-io/nextroute/check"
"github.com/nextmv-io/nextroute/factory"

"github.com/nextmv-io/nextroute/schema"
"github.com/nextmv-io/sdk/run"
runSchema "github.com/nextmv-io/sdk/run/schema"
Expand Down
3 changes: 1 addition & 2 deletions common/rangecheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ package common
import (
"fmt"
"math"
"time"

"slices"
"time"

nmerror "github.com/nextmv-io/nextroute/common/errors"
)
Expand Down
2 changes: 1 addition & 1 deletion schema/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"
)

// Input is the default input schema for
// Input is the default input schema for nextroute.
type Input struct {
// Options arbitrary options.
Options any `json:"options,omitempty"`
Expand Down

0 comments on commit 856c309

Please sign in to comment.