Merge branch 'markdownlint-wildcard' into 'master'

Change markdownlint wildcard format

See merge request gitlab-org/gitlab-ce!32379
This commit is contained in:
Evan Read 2019-09-02 00:19:31 +00:00
commit fb5b182c6a
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ docs lint:
script: script:
- scripts/lint-doc.sh - scripts/lint-doc.sh
# Lint Markdown # Lint Markdown
- markdownlint --config .markdownlint.json doc/**/*.md - markdownlint --config .markdownlint.json 'doc/**/*.md'
# Prepare docs for build # Prepare docs for build
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX - mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs - cd /tmp/gitlab-docs

View File

@ -603,7 +603,7 @@ Below is an example of how your `.gitlab-ci.yml` should look like, assuming you
- docker run my-docker-image /script/to/run/tests - docker run my-docker-image /script/to/run/tests
``` ```
If you forget to set the service alias the `docker:19.03.1` image won't find the If you forget to set the service alias the `docker:19.03.1` image won't find the
`dind` service, and an error like the following is thrown: `dind` service, and an error like the following is thrown:
```sh ```sh

View File

@ -334,7 +334,7 @@ No response headers are provided.
GitLab.com: GitLab.com:
- Has [rate limits on raw endpoints](../../user/admin_area/settings/rate_limits_on_raw_endpoints.md) - Has [rate limits on raw endpoints](../../user/admin_area/settings/rate_limits_on_raw_endpoints.md)
set to the default. set to the default.
- Does not have the user and IP rate limits settings enabled. - Does not have the user and IP rate limits settings enabled.
## GitLab.com at scale ## GitLab.com at scale