Skip to content
Snippets Groups Projects
Commit 659843ba authored by Ted Bowman's avatar Ted Bowman
Browse files

skip phpcs checks

parent 45f8fbc4
No related branches found
No related tags found
No related merge requests found
Pipeline #69665 failed
Pipeline: drupal-3411111

#69667

    ...@@ -363,16 +363,7 @@ default: ...@@ -363,16 +363,7 @@ default:
    paths: paths:
    - core/phpstan-baseline.neon - core/phpstan-baseline.neon
    '🧹 PHP Coding standards (PHPCS)': # Add back PHPCS tests after https://drupal.org/i/3411240.
    <<: [ *with-composer, *default-job-settings-lint ]
    stage: 🪄 Lint
    variables:
    KUBERNETES_CPU_REQUEST: "16"
    script:
    - composer phpcs -- --report-full --report-summary --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json
    artifacts:
    reports:
    codequality: phpcs-quality-report.json
    '🧹 JavaScript linting (eslint)': '🧹 JavaScript linting (eslint)':
    <<: [ *with-yarn, *default-job-settings-lint ] <<: [ *with-yarn, *default-job-settings-lint ]
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment