Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -266,8 +266,7 @@ stages: <<: [ *with-composer-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint script: # Turn off apc to avoid corrupt composer cache. - php -d apc.enabled=0 -d apc.enable_cli=0 vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=junit > junit.xml - php vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=gitlab > phpstan-quality-report.json '🧹 CSS linting (stylelint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -266,8 +266,7 @@ stages: <<: [ *with-composer-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint script: # Turn off apc to avoid corrupt composer cache. - php -d apc.enabled=0 -d apc.enable_cli=0 vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=junit > junit.xml - php vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=gitlab > phpstan-quality-report.json '🧹 CSS linting (stylelint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] Loading