mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 03:36:44 +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-files:
|
||||
- core/genesis_alloc.go
|
||||
- cmd/swarm/fs_test.go
|
||||
|
||||
# TODO: Too many errors, turn on one by one
|
||||
linters:
|
||||
|
|
|
|||
|
|
@ -26,10 +26,8 @@ import (
|
|||
"os"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
//"time"
|
||||
|
||||
"github.com/ethereum/go-ethereum/cmd/utils"
|
||||
//"github.com/ethereum/go-ethereum/log"
|
||||
)
|
||||
|
||||
type testFile struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue