Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Dec 13, 2024
1 parent 9ff1d3d commit 101075f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package cmd
import (
"errors"
"fmt"
"github.com/ava-labs/avalanche-cli/cmd/validatorcmd"
"os"
"os/signal"
"os/user"
Expand All @@ -16,6 +15,8 @@ import (

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd"

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Golang Unit Tests (ubuntu-22.04)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Root\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Key\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Public Subnet non SOV\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Node devnet\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[APM\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Package Management\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Error handling\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Node create\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Network\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna Add Validator SOV Local\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet Compatibility\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Local Subnet non SOV\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Local Subnet non SOV\], ubuntu-latest)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[APM\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Package Management\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna Subnet SOV\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna AddRemove Validator SOV PoA\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Key\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Root\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna AddRemove Validator SOV PoS\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Lint

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Lint

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Network\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet Compatibility\], macos-14)

other declaration of validatorcmd

Check failure on line 16 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Error handling\], macos-14)

other declaration of validatorcmd

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd"

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Golang Unit Tests (ubuntu-22.04)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Golang Unit Tests (ubuntu-22.04)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Root\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Root\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Key\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Key\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Public Subnet non SOV\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Public Subnet non SOV\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Node devnet\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Node devnet\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[APM\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[APM\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Package Management\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Package Management\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Error handling\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Error handling\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Node create\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Node create\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Network\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Network\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna Add Validator SOV Local\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna Add Validator SOV Local\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet Compatibility\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet Compatibility\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Local Subnet non SOV\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Local Subnet non SOV\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Local Subnet non SOV\], ubuntu-latest)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Local Subnet non SOV\], ubuntu-latest)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[APM\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[APM\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Package Management\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Package Management\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna Subnet SOV\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna Subnet SOV\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna AddRemove Validator SOV PoA\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna AddRemove Validator SOV PoA\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Key\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Key\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Root\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Root\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna AddRemove Validator SOV PoS\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Etna AddRemove Validator SOV PoS\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Lint

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Lint

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used (typecheck)

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Lint

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Lint

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used) (typecheck)

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Network\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Network\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet Compatibility\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Subnet Compatibility\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Error handling\], macos-14)

validatorcmd redeclared in this block

Check failure on line 18 in cmd/root.go

View workflow job for this annotation

GitHub Actions / e2e tests (\[Error handling\], macos-14)

"github.com/ava-labs/avalanche-cli/cmd/validatorcmd" imported and not used

"github.com/ava-labs/avalanche-cli/cmd/backendcmd"
"github.com/ava-labs/avalanche-cli/cmd/blockchaincmd"
"github.com/ava-labs/avalanche-cli/cmd/configcmd"
Expand Down

0 comments on commit 101075f

Please sign in to comment.