lint: official action (#6156)
* switch from review dog to official golangci action * fix release * disable nolintlint and wsl * fix linting issues * have name adhere to required * add timeout Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Alessio Treglia
mergify[bot]
parent
9d022c17b7
commit
54ed8d7a2c
@@ -5,12 +5,11 @@ package cli_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/x/slashing/client/testutil"
|
||||
cli "github.com/cosmos/cosmos-sdk/tests/cli"
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
"github.com/cosmos/cosmos-sdk/x/slashing/client/testutil"
|
||||
)
|
||||
|
||||
func TestCLISlashingGetParams(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user