BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
e14ca539
Commit
e14ca539
authored
May 03, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs/move-api-lint-to-docs-link-job' into 'master'
Move api lint out of static analysis job See merge request !11046
parents
593b6469
c5bca70d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.gitlab-ci.yml
.gitlab-ci.yml
+6
-1
static-analysis
scripts/static-analysis
+0
-1
No files found.
.gitlab-ci.yml
View file @
e14ca539
...
...
@@ -264,11 +264,15 @@ spinach mysql 9 10: *spinach-knapsack-mysql
static-analysis
:
<<
:
*ruby-static-analysis
<<
:
*dedicated-runner
<<
:
*except-docs
stage
:
test
script
:
-
scripts/static-analysis
docs:check:links
:
# Documentation checks:
# - Check validity of relative links
# - Make sure cURL examples in API docs use the full switches
docs lint
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:nanoc-bootstrap-ruby-2.4-alpine"
stage
:
test
<<
:
*dedicated-runner
...
...
@@ -276,6 +280,7 @@ docs:check:links:
dependencies
:
[]
before_script
:
[]
script
:
-
scripts/lint-doc.sh
-
mv doc/ /nanoc/content/
-
cd /nanoc
# Build HTML from Markdown
...
...
scripts/static-analysis
View file @
e14ca539
...
...
@@ -9,7 +9,6 @@ tasks = [
%w[bundle exec rake scss_lint]
,
%w[bundle exec rake brakeman]
,
%w[bundle exec license_finder]
,
%w[scripts/lint-doc.sh]
,
%w[yarn run eslint]
,
%w[bundle exec rubocop --require rubocop-rspec]
]
...
...
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