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

Fix gometalinter errors #102

Closed ganeshmaharaj closed 5 years ago

ganeshmaharaj commented 5 years ago

The latest version of errcheck forces us to check err return of Fprintf. Temporarily disabling it until we figure out a cleaner way to fix it.

Signed-off-by: Ganesh Maharaj Mahalingam ganesh.mahalingam@intel.com

ganeshmaharaj commented 5 years ago

@mcastelino mind taking a look at this and giving me your thoughts while @markdryan is away. Am curious how else we could solve the errcheck failures.

rbradford commented 5 years ago

@ganeshmaharaj #103 is an alternative. WDYT?

ganeshmaharaj commented 5 years ago

@rbradford wayyyyyy better fix compared to the one here. Going to close this and you have my +1 on your other patch.