Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
365be62c
Commit
365be62c
authored
Mar 19, 2018
by
pityonline
Committed by
Sander van Harmelen
Mar 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo (#358)
parent
4c7442d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pages_domains.go
pages_domains.go
+1
-1
validate.go
validate.go
+1
-1
No files found.
pages_domains.go
View file @
365be62c
...
...
@@ -33,7 +33,7 @@ type PagesDomain struct {
// ListPagesDomainsOptions represents the available ListPagesDomains() options.
//
// GitLab API docs:
// https://docs.gitlab.com/ce/api/pages_domais.html#list-pages-domains
// https://docs.gitlab.com/ce/api/pages_domai
n
s.html#list-pages-domains
type
ListPagesDomainsOptions
ListOptions
// ListPagesDomains gets a list of project pages domains.
...
...
validate.go
View file @
365be62c
...
...
@@ -16,7 +16,7 @@ type LintResult struct {
Errors
[]
string
`json:"errors"`
}
// Lint validates .gitlab-ci content.
// Lint validates .gitlab-ci
.yml
content.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/lint.html
func
(
s
*
ValidateService
)
Lint
(
content
string
,
options
...
OptionFunc
)
(
*
LintResult
,
*
Response
,
error
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment