docs-lint markdown
Passed Started
by
@fabiopitino
Fabio Pitino
1Running with gitlab-runner 16.1.0~beta.5.gf131a6a2 (f131a6a2)2 on blue-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org tDjA3Sp3, system ID: s_96a8ae3d10503 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.17-vale-2.24.0-markdownlint-0.33.0-markdownlint2-0.6.0 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.17-vale-2.24.0-markdownlint-0.33.0-markdownlint2-0.6.0 ...9Using docker image sha256:a8fe4c5cbebd9edcb9b59c7573588b738bc5d1d45397739afa2fe74cc9b21295 for registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.17-vale-2.24.0-markdownlint-0.33.0-markdownlint2-0.6.0 with digest registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown@sha256:01421c551bfc886062b8854b35829fec4f17b6c9e6e6ce3d495bff11768c0b07 ...11Running on runner-tdja3sp3-project-278964-concurrent-0 via runner-tdja3sp3-private-1685670248-2eac4dae...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 139970, done. 17remote: Counting objects: 100% (139970/139970), done. 18remote: Compressing objects: 100% (94736/94736), done. 19remote: Total 139970 (delta 61223), reused 92025 (delta 39894), pack-reused 0 20Receiving objects: 100% (139970/139970), 123.36 MiB | 31.90 MiB/s, done.21Resolving deltas: 100% (61223/61223), done.23 * [new ref] refs/pipelines/887306308 -> refs/pipelines/88730630824Checking out 95754c79 as detached HEAD (ref is refs/merge-requests/122015/merge)...25Skipping Git submodules setup26$ git remote set-url origin "${CI_REPOSITORY_URL}"28Checking cache for node-modules-bullseye-test-16...29Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-16 30Successfully extracted cache32Using docker image sha256:a8fe4c5cbebd9edcb9b59c7573588b738bc5d1d45397739afa2fe74cc9b21295 for registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.17-vale-2.24.0-markdownlint-0.33.0-markdownlint2-0.6.0 with digest registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown@sha256:01421c551bfc886062b8854b35829fec4f17b6c9e6e6ce3d495bff11768c0b07 ...33$ source ./scripts/utils.sh34$ yarn_install_script78$ scripts/lint-doc.sh79INFO: Linting documents at path /builds/gitlab-org/gitlab as root...80INFO: Checking for cURL short options...81INFO: Checking documentation for front matter...82INFO: No files supplied! Checking all markdown files in doc/...83INFO: Documentation metadata found in 1819 documentation files.84INFO: Checking for non-standard spaces...85INFO: Checking for CHANGELOG.md duplicate entries...86INFO: Checking /builds/gitlab-org/gitlab/doc for executable permissions...87INFO: Checking for new README.md files...88INFO: Checking for directory names containing dashes...89INFO: Checking for directory names containing an uppercase letter...90INFO: Checking for file names containing an uppercase letter...91INFO: Merged results pipeline detected. Testing only the following files:92doc/api/graphql/reference/index.md93doc/ci/pipelines/cicd_minutes.mdINFO: Linting markdown style...94yarn run v1.22.1995$ markdownlint --config .markdownlint.yml --rules doc/.markdownlint/rules doc/api/graphql/reference/index.md doc/ci/pipelines/cicd_minutes.md96Done in 5.26s.97INFO: Looking for Vale to lint prose, either installed locally or available in documentation linting image...98INFO: Found locally-installed vale! Running...990 errors, 0 warnings, and 0 suggestions found.100INFO: Linting passed.102Not uploading cache node-modules-bullseye-test-16 due to policy104Job succeeded