From 7e38937efcae6315cc69aefe5416018191229df0 Mon Sep 17 00:00:00 2001 From: konrad Date: Tue, 23 Apr 2019 21:58:42 +0200 Subject: [PATCH] Fixed lint --- pkg/routes/api/v1/docs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/routes/api/v1/docs.go b/pkg/routes/api/v1/docs.go index c933aeda5eb..7d212b997ae 100644 --- a/pkg/routes/api/v1/docs.go +++ b/pkg/routes/api/v1/docs.go @@ -1,3 +1,5 @@ +//lint:file-ignore ST1018 The const below is not ours + // Vikunja is a todo-list application to facilitate your life. // Copyright 2019 Vikunja and contributors. All rights reserved. // @@ -14,7 +16,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -//lint:file-ignore ST1018 The const below is not ours package v1 import (