mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-27 00:30:27 +00:00
*_test.go: ignore cyclomatic complexity for test files
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
7fed71e221
commit
106c52de51
6 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,7 @@ import (
|
|||
"github.com/vbatts/go-mtree/xattr"
|
||||
)
|
||||
|
||||
//gocyclo:ignore
|
||||
func TestXattr(t *testing.T) {
|
||||
testDir, present := os.LookupEnv("MTREE_TESTDIR")
|
||||
if present == false {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue