open-nomad/plugins
Kris Hicks d71a90c8a4
Fix some errcheck errors (#9811)
* Throw away result of multierror.Append

When given a *multierror.Error, it is mutated, therefore the return
value is not needed.

* Simplify MergeMultierrorWarnings, use StringBuilder

* Hash.Write() never returns an error

* Remove error that was always nil

* Remove error from Resources.Add signature

When this was originally written it could return an error, but that was
refactored away, and callers of it as of today never handle the error.

* Throw away results of io.Copy during Bridge

* Handle errors when computing node class in test
2021-01-14 12:46:35 -08:00
..
base use comment ignores (#9448) 2020-11-25 16:03:01 -05:00
csi csi: loosen ValidateVolumeCapability requirements (#9049) 2020-10-08 12:53:24 -04:00
device Fix some errcheck errors (#9811) 2021-01-14 12:46:35 -08:00
drivers update template and artifact interpolation to use client-relative paths 2021-01-04 22:25:34 +00:00
shared Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
serve.go cleanup driver eventor goroutines 2020-05-26 11:04:04 -04:00