Fixed lint
This commit is contained in:
parent
ed671baf8f
commit
7e38937efc
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
//lint:file-ignore ST1018 The const below is not ours
|
||||||
|
|
||||||
// Vikunja is a todo-list application to facilitate your life.
|
// Vikunja is a todo-list application to facilitate your life.
|
||||||
// Copyright 2019 Vikunja and contributors. All rights reserved.
|
// Copyright 2019 Vikunja and contributors. All rights reserved.
|
||||||
//
|
//
|
||||||
|
@ -14,7 +16,6 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
//lint:file-ignore ST1018 The const below is not ours
|
|
||||||
package v1
|
package v1
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue