mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
ignore fs_test.go
This commit is contained in:
parent
0fdab2027c
commit
10260b0749
2 changed files with 85 additions and 86 deletions
|
|
@ -8,6 +8,7 @@ run:
|
||||||
skip-dirs-use-default: true
|
skip-dirs-use-default: true
|
||||||
skip-files:
|
skip-files:
|
||||||
- core/genesis_alloc.go
|
- core/genesis_alloc.go
|
||||||
|
- cmd/swarm/fs_test.go
|
||||||
|
|
||||||
# TODO: Too many errors, turn on one by one
|
# TODO: Too many errors, turn on one by one
|
||||||
linters:
|
linters:
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,8 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"testing"
|
"testing"
|
||||||
//"time"
|
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/cmd/utils"
|
"github.com/ethereum/go-ethereum/cmd/utils"
|
||||||
//"github.com/ethereum/go-ethereum/log"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type testFile struct {
|
type testFile struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue