feat: mise à jour task phpstan avec baseline #1

Open
vcarroy wants to merge 2 commits from phpstan_baseline into develop
Collaborator

Changelog:

  • La task phpstan se base maintenant sur le phpstan-pipeline.neon du projet mse et sur l'image phpstan custom du registry cadoles
Changelog: - La task phpstan se base maintenant sur le phpstan-pipeline.neon du projet mse et sur l'image phpstan custom du registry cadoles
vcarroy added 1 commit 2024-04-02 13:26:19 +02:00
vcarroy force-pushed phpstan_baseline from 2f645e21a7 to 08684ef636 2024-04-02 14:58:55 +02:00 Compare
mlamalle requested changes 2024-04-03 11:34:08 +02:00
@ -44,0 +17,4 @@
echo "== RUN PHPSTAN ==========================================="
cd $(workspaces.source.path)
phpstan analyse -l 5 --configuration phpstan-pipeline.neon --error-format table --no-progress > temp_phpstan.txt 2>&1
cat temp_phpstan.txt
Owner

Je ne vois pas la pertinence d'utiliser une autre image, qui de plus est, fait la même chose que le script précédent.

Je ne vois pas la pertinence d'utiliser une autre image, qui de plus est, fait la même chose que le script précédent.
afornerot added 1 commit 2024-04-08 14:27:22 +02:00
This pull request has changes conflicting with the target branch.
  • Makefile

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin phpstan_baseline:phpstan_baseline
git checkout phpstan_baseline
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mlamalle/mse-tekton#1
No description provided.