intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Ignore errcheck errors from fmt package #104

Closed ganeshmaharaj closed 5 years ago

ganeshmaharaj commented 5 years ago

The fmt functions that are failing are not critical, currently writing to either stderr or to a piped stdout. Accepting the error values and ignoring them to deal with the gometalinter errors

Co-Authored-by: Rob Bradford robert.bradford@intel.com Signed-off-by: Ganesh Maharaj Mahalingam ganesh.mahalingam@intel.com