Linting improvements.

This commit is contained in:
2020-12-24 13:48:00 +05:00
parent 9410522dd5
commit f1418a7a31
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
package common
// nolint:gochecknoglobals
var (
Branch string
Build string

View File

@@ -13,6 +13,7 @@ import (
"go.dev.pztrn.name/metricator/internal/models"
)
// nolint:gochecknoglobals
var (
errInvalidAPIVersion = errors.New("invalid API version")
errInvalidApplication = errors.New("invalid application")