mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-18 00:47:48 -04:00
chore: remove outdated todos
This commit is contained in:
parent
4814a6ad1b
commit
1886156329
@ -102,7 +102,7 @@ func notifyWithPR(repo *repo_model.Repository, doer *user_model.User, ref string
|
|||||||
if len(run.Title) > 255 {
|
if len(run.Title) > 255 {
|
||||||
run.Title = run.Title[:255] // FIXME: we should use a better method to cut title
|
run.Title = run.Title[:255] // FIXME: we should use a better method to cut title
|
||||||
}
|
}
|
||||||
jobs, err := jobparser.Parse(content) // TODO: parse with options
|
jobs, err := jobparser.Parse(content)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error("jobparser.Parse: %v", err)
|
log.Error("jobparser.Parse: %v", err)
|
||||||
continue
|
continue
|
||||||
|
@ -121,7 +121,6 @@ func ViewPost(ctx *context_module.Context) {
|
|||||||
|
|
||||||
resp.StateData.AllJobGroups = []ViewGroup{
|
resp.StateData.AllJobGroups = []ViewGroup{
|
||||||
{
|
{
|
||||||
// TODO: maybe we don't need job group
|
|
||||||
Jobs: respJobs,
|
Jobs: respJobs,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user