add comments to why its nolint (#6366)

* add comments to why its nolint

* fix spelling

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Marko
2020-06-08 13:47:18 +00:00
committed by GitHub
co-authored by Federico Kunze
parent 4e0a475751
commit b618e0a827
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@ import (
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
)
//nolint:stylecheck // ignore linting of comment
// Deprecated: Cdc defines a global generic sealed Amino codec to be used throughout sdk. It
// has all Tendermint crypto and evidence types registered.
//