lint 1 2
Passed Started
by
@clefelhocz1

Christopher Lefelhocz
1Running with gitlab-runner 12.10.0-rc2 (6c8c540f)2 on prm-com-gitlab-com 736784834Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:www-gitlab-com-2.6 ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:www-gitlab-com-2.6 ...7Using docker image sha256:32e5ef4517beeb0b933b968da99a1c3b7bb688f2438e5d23d1d9366964a934c3 for registry.gitlab.com/gitlab-org/gitlab-build-images:www-gitlab-com-2.6 ...9Running on runner-73678483-project-7764-concurrent-0 via runner-73678483-prm-1587476969-c1a37a14...11$ eval "$CI_PRE_CLONE_SCRIPT"12Fetching changes with git depth set to 10...13Reinitialized existing Git repository in /builds/gitlab-com/www-gitlab-com/.git/15 * [new ref] refs/pipelines/138351054 -> refs/pipelines/13835105416Checking out 3c0f9afd as refs/merge-requests/39195/train...17Removing node_modules/18Removing public/19Removing tmp/20Removing vendor/21Skipping Git submodules setup25Authenticating with credentials from job payload (GitLab Registry)26$ yarn install27yarn install v1.21.128[1/4] Resolving packages...29[2/4] Fetching packages...30info fsevents@1.2.9: The platform "linux" is incompatible with this module.31info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.32info fsevents@2.0.7: The platform "linux" is incompatible with this module.33info "fsevents@2.0.7" is an optional dependency and failed compatibility check. Excluding it from installation.34[3/4] Linking dependencies...35warning "rollup-plugin-vue > @vue/component-compiler@4.0.0" has unmet peer dependency "postcss@>=6.0".36[4/4] Building fresh packages...37Done in 24.80s.38$ yarn run eslint39yarn run v1.21.140$ eslint --max-warnings 0 .41Done in 4.13s.42$ yarn run yamllint43yarn run v1.21.144$ yamllint `find data -type f -name '*.yml'`45✔ YAML Lint successful.46Done in 0.72s.50Job succeeded