Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bitbucket/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,11 +470,12 @@
Title string `json:"title"`
Description string `json:"description"`
State string `json:"state"`
Draft bool `json:"draft`"

Check failure on line 473 in bitbucket/payload.go

View workflow job for this annotation

GitHub Actions / lint

string literal not terminated (typecheck)

Check failure on line 473 in bitbucket/payload.go

View workflow job for this annotation

GitHub Actions / lint

newline in string

Check failure on line 473 in bitbucket/payload.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: unexpected literal " in struct type; possibly missing semicolon or newline or }
Author Owner `json:"author"`
Source struct {
Branch struct {
Name string `json:"name"`
} `json:"branch"`

Check failure on line 478 in bitbucket/payload.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: unexpected literal `json:"branch"` after top level declaration (typecheck)
Commit struct {
Hash string `json:"hash"`
} `json:"commit"`
Expand Down Expand Up @@ -507,4 +508,4 @@
Href string `json:"href"`
} `json:"html"`
} `json:"links"`
}

Check failure on line 511 in bitbucket/payload.go

View workflow job for this annotation

GitHub Actions / lint

expected '}', found 'EOF' (typecheck)
Loading