muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.27k stars 320 forks source link

Fix go-lint violations in `cfg` package #338

Closed orsinium closed 3 years ago

orsinium commented 3 years ago

I've run golangci-lint on cfg package and it found some violations. Mostly, it comes from go-lint and about ignored variables and unchecked errors.

The PR fixes all the violations.

orsinium commented 3 years ago

Review comments are applied :+1:

muesli commented 3 years ago

Thank you @orsinium, loving all the PRs!