Skip to content

Commit

Permalink
OP-377 - Update ecs configuration file and ECS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 26, 2024
1 parent 4dc5776 commit dc15a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: vendor/bin/phpstan analyse -c phpstan.neon.dist -l 8 src/

- name: Run ECS
run: vendor/bin/ecs check src
run: vendor/bin/ecs

- name: Failed build Slack notification
uses: rtCamp/action-slack-notify@v2
Expand Down
2 changes: 1 addition & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
$ecsConfig->import('vendor/sylius-labs/coding-standard/ecs.php');

$ecsConfig->skip([
VisibilityRequiredFixer::class => ['*Spec.php'],
VisibilityRequiredFixer::class => ['*Spec.php', '*Kernel.php'],
]);
};

0 comments on commit dc15a19

Please sign in to comment.