mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-19 19:45:12 +00:00
build: Disable seemingly buggy staticcheck warning
This commit is contained in:
parent
1c29a93013
commit
4e3fdfaeef
1
build.go
1
build.go
@ -184,6 +184,7 @@ var (
|
|||||||
"cli.Requires composite literal uses unkeyed fields",
|
"cli.Requires composite literal uses unkeyed fields",
|
||||||
"Use DialContext instead", // Go 1.7
|
"Use DialContext instead", // Go 1.7
|
||||||
"os.SEEK_SET is deprecated", // Go 1.7
|
"os.SEEK_SET is deprecated", // Go 1.7
|
||||||
|
"SA4017", // staticcheck "is a pure function but its return value is ignored"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user