Fix lint
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-09-05 17:14:55 +02:00
parent 1bfc959bdf
commit 9473f6e43f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
4 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ type Task struct {
// All attachments this task has
Attachments []*TaskAttachment `xorm:"-" json:"attachments"`
// True if a task is a favorite task. Favorite tasks show up in a seperate "Important" list
// True if a task is a favorite task. Favorite tasks show up in a separate "Important" list
IsFavorite bool `xorm:"default false" json:"is_favorite"`
// A timestamp when this task was created. You cannot change this value.

View File

@ -6342,7 +6342,7 @@ var doc = `{
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list",
"type": "boolean"
},
"labels": {
@ -6807,7 +6807,7 @@ var doc = `{
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list",
"type": "boolean"
},
"labels": {

View File

@ -6325,7 +6325,7 @@
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list",
"type": "boolean"
},
"labels": {
@ -6790,7 +6790,7 @@
"type": "integer"
},
"is_favorite": {
"description": "True if a task is a favorite task. Favorite tasks show up in a seperate \"Important\" list",
"description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list",
"type": "boolean"
},
"labels": {

View File

@ -131,7 +131,7 @@ definitions:
description: The task index, calculated per list
type: integer
is_favorite:
description: True if a task is a favorite task. Favorite tasks show up in a seperate "Important" list
description: True if a task is a favorite task. Favorite tasks show up in a separate "Important" list
type: boolean
labels:
description: An array of labels which are associated with this task.
@ -482,7 +482,7 @@ definitions:
description: The task index, calculated per list
type: integer
is_favorite:
description: True if a task is a favorite task. Favorite tasks show up in a seperate "Important" list
description: True if a task is a favorite task. Favorite tasks show up in a separate "Important" list
type: boolean
labels:
description: An array of labels which are associated with this task.