GitLab CI/CD configuration (.gitlab-ci.yml) must include the test stage. If you’re using instance runners, the Code Quality job must be configured for the Docker-in-Docker workflow. When using this workflow, the /builds volume must be mapped to allow reports to be saved. If you’re ...
Just wanted to chime in and say I'm having the same issue on a local gitlab install w/ Starter edition. Here are the relevant bits from my.gitlab-ci.ymlfile include:-template:Code-Quality.gitlab-ci.yml...code_quality:stage:checkartifacts:name:codeclimate-quality-reportpaths:-gl-code-qu...
Once you set up the Runner, add a new job to .gitlab-ci.yml, called codeclimate: codeclimate: image: docker:latest variables: DOCKER_DRIVER: overlay services: - docker:dind script: - docker pull codeclimate/codeclimate - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/cod...
Severity: MinorFound in lib/gitlab/markdown.rb and 1 other location - About 30 mins to fix Similar blocks of code found in 2 locations. Consider refactoring. Open def reference_snippet(identifier) if snippet = @project.snippets.where(id: identifier).first link_to("$#{identifier}", proj...
name:"gitlab-ci", build_identifier:env.CI_BUILD_ID, branch:env.CI_BUILD_REF_NAME, commit_sha:env.CI_BUILD_REF Severity: Major Found inci_info.js- About 30 mins to fix Avoid too manyreturnstatements within this function. Open return{ ...
In GitLab 18.0, we will remove CodeClimate-based Code Quality scanning. In its place, you should use quality tools directly in your CI/CD pipeline andprovide the tool's report as an artifact. Many tools already support the required report format, and you can integrate them by following the...
target_url:Rails.application.routes.url_helpers.token_workflow_run_url(@workflow_run.token_id,@workflow_run.id,host:Configuration.obs_url)} elsif@event_type=='Event::RequestStatechange' Severity: Major Found insrc/api/app/services/gitlab_status_reporter.rband2 other locations- ...
GitLab?Operational AWS ec2-us-east-1Operational AWS batch-us-east-1Operational CircleCI Notifications & Status UpdatesOperational CircleCI Pipelines & WorkflowsOperational CircleCI RunnerOperational CircleCI Docker JobsOperational Past Incidents Apr11,2025 ...
Brownfield-dev Public Codeclimate Shell TagsRepository has no tags yet Use git tag command to add a new one: git tag -a v1.4 -m 'version 1.4'
Activity Fabio Busattorestored source branch33-lock-codeclimate-to-version-0-69-0-in-auto-devops-template7 years ago Fabio Busattoadded 1 commit7 years ago a22880fc- Update Auto-DevOps.gitlab-ci.yml forcing codeclimate to version 0.69.0 ...