1
0
Fork 0
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:
Vincent Batts 2022-04-08 21:59:08 -04:00
parent 7fed71e221
commit 106c52de51
Signed by: vbatts
GPG key ID: 10937E57733F1362
6 changed files with 11 additions and 0 deletions

View file

@ -15,6 +15,7 @@ func init() {
//logrus.SetLevel(logrus.DebugLevel)
}
//gocyclo:ignore
func TestXattrUpdate(t *testing.T) {
content := []byte("I know half of you half as well as I ought to")
// a bit dirty to create/destroy a directory in cwd, but often /tmp is