Skip to content

Commit

Permalink
monorepo coding standards: ensure all packages use the same cyclomati…
Browse files Browse the repository at this point in the history
…c complexity setting (#2938)
  • Loading branch information
vitek-rostislav authored Dec 11, 2023
2 parents c76b600 + 4488bd6 commit 469da6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
__DIR__ . '/src/Model/Order/OrderFacade.php',
__DIR__ . '/src/Model/Product/Search/ProductElasticsearchConverter.php',
__DIR__ . '/src/FrontendApi/Resolver/Category/CategoryResolverMap.php',
__DIR__ . '/src/Model/Blog/Article/Elasticsearch/BlogArticleElasticsearchDataFetcher.php',
__DIR__ . '/src/Model/Product/Transfer/Akeneo/ProductTransferAkeneoMapper.php',
__DIR__ . '/src/Model/Product/Transfer/Akeneo/ProductTransferAkeneoValidator.php',
],
CamelCapsFunctionNameSniff::class => [
__DIR__ . '/tests/App/Test/Codeception/ActorInterface.php',
Expand Down

0 comments on commit 469da6c

Please sign in to comment.