build: Disable seemingly buggy staticcheck warning

This commit is contained in:
Jakob Borg 2017-03-07 11:51:50 +01:00
parent 1c29a93013
commit 4e3fdfaeef
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ var (
"cli.Requires composite literal uses unkeyed fields",
"Use DialContext instead", // Go 1.7
"os.SEEK_SET is deprecated", // Go 1.7
"SA4017", // staticcheck "is a pure function but its return value is ignored"
}
)