summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-02 00:19:30 +0000
committerEvan Read <eread@gitlab.com>2019-09-02 00:19:30 +0000
commit61199b7413e2bd4cb7c011fe7bf63e55cb3aa525 (patch)
tree862ba8c62f650aa93ce2978d87e1b0bc452b231c
parentc0733f43a65741b60ffceab6811341e906d17e8c (diff)
downloadgitlab-ce-61199b7413e2bd4cb7c011fe7bf63e55cb3aa525.tar.gz
Change markdownlint wildcard format
-rw-r--r--.gitlab/ci/docs.gitlab-ci.yml2
-rw-r--r--doc/ci/docker/using_docker_build.md2
-rw-r--r--doc/user/gitlab_com/index.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/ci/docs.gitlab-ci.yml b/.gitlab/ci/docs.gitlab-ci.yml
index e77c773824f..3f29adddf73 100644
--- a/.gitlab/ci/docs.gitlab-ci.yml
+++ b/.gitlab/ci/docs.gitlab-ci.yml
@@ -74,7 +74,7 @@ docs lint:
script:
- scripts/lint-doc.sh
# Lint Markdown
- - markdownlint --config .markdownlint.json doc/**/*.md
+ - markdownlint --config .markdownlint.json 'doc/**/*.md'
# Prepare docs for build
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md
index 7c173970324..730e46f994e 100644
--- a/doc/ci/docker/using_docker_build.md
+++ b/doc/ci/docker/using_docker_build.md
@@ -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
```
-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:
```sh
diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md
index ca9450f94b9..2f2955f5a1c 100644
--- a/doc/user/gitlab_com/index.md
+++ b/doc/user/gitlab_com/index.md
@@ -334,7 +334,7 @@ No response headers are provided.
GitLab.com:
- 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.
## GitLab.com at scale