forked from cerc-io/laconicd-deprecated
Tools configuration and linters (#215)
* tools config * lint * lint * codecov
This commit is contained in:
@@ -199,6 +199,7 @@ func TestImportBlocks(t *testing.T) {
|
||||
blockchainInput, err := os.Open(flagBlockchain)
|
||||
require.Nil(t, err)
|
||||
|
||||
// nolint: gosec
|
||||
defer blockchainInput.Close()
|
||||
|
||||
// ethereum mainnet config
|
||||
|
||||
Reference in New Issue
Block a user