Skip to content

Commit

Permalink
changed the //nolint on GaiaApp to revive
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Dec 11, 2021
1 parent 88eb409 commit 27db07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var (
// GaiaApp extends an ABCI application, but with most of its parameters exported.
// They are exported for convenience in creating helper functions, as object
// capabilities aren't needed for testing.
type GaiaApp struct { // nolint: golint
type GaiaApp struct { // nolint: revive
*baseapp.BaseApp
legacyAmino *codec.LegacyAmino
appCodec codec.Codec
Expand Down

0 comments on commit 27db07b

Please sign in to comment.