mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fourbyte: disable linter
This commit is contained in:
parent
57e3656a5a
commit
9505f1fe35
2 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ func (fi bindataFileInfo) Sys() interface{} {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//nolint:misspell
|
||||||
var __4byteJson = []byte(`{
|
var __4byteJson = []byte(`{
|
||||||
"00000001": "account_info_rotate_tine(uint256)",
|
"00000001": "account_info_rotate_tine(uint256)",
|
||||||
"00000002": "razor_balance(bool)",
|
"00000002": "razor_balance(bool)",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
//go:generate go-bindata -nometadata -nocompress -o 4byte.go -pkg fourbyte 4byte.json
|
//go:generate go-bindata -nometadata -nocompress -o 4byte.go -pkg fourbyte 4byte.json
|
||||||
//go:generate gofmt -s -w 4byte.go
|
//go:generate gofmt -s -w 4byte.go
|
||||||
|
//go:generate sh -c "sed 's#var __4byteJson#//nolint:misspell\\\n&#' 4byte.go > 4byte.go.tmp && mv 4byte.go.tmp 4byte.go"
|
||||||
|
|
||||||
// Package fourbyte contains the 4byte database.
|
// Package fourbyte contains the 4byte database.
|
||||||
package fourbyte
|
package fourbyte
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue