Skip to content

Commit d8dd690

Browse files
committed
NEXT-37716 - Remove locust
1 parent be8032f commit d8dd690

19 files changed

+0
-1437
lines changed

coding-guidelines/core/benchmarks.md

-46
This file was deleted.

composer.json

-4
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@
256256
"lint": "Shorthand for the composer commands 'stylelint', 'eslint', 'ecs', 'lint:changelog' and 'lint:snippets'",
257257
"lint:changelog": "Validates changelogs",
258258
"lint:snippets": "Validates existence of snippets in all core-supported languages",
259-
"locust:init": " ",
260-
"locust:run": " ",
261259
"ludtwig:storefront": "Codestyle checks for all Storefront twig files using ludtwig",
262260
"ludtwig:storefront:fix": "Auto-fixes all fixable twig codestyle in Storefront",
263261
"make:coverage": "Generate test coverage files for current branch",
@@ -476,8 +474,6 @@
476474
],
477475
"lint:changelog": "@php bin/shopware changelog:check",
478476
"lint:snippets": "@php bin/shopware snippets:validate",
479-
"locust:init": "php src/Core/DevOps/Locust/setup.php",
480-
"locust:run": "cd src/Core/DevOps/Locust && locust",
481477
"ludtwig:storefront": "cd ./src/Storefront/Resources/views; ludtwig .",
482478
"ludtwig:storefront:fix": "@ludtwig:storefront --fix",
483479
"make:coverage": [

phpstan-baseline.neon

-10
Original file line numberDiff line numberDiff line change
@@ -2265,16 +2265,6 @@ parameters:
22652265
count: 2
22662266
path: src/Core/Content/Test/Sitemap/SalesChannel/SitemapRouteTest.php
22672267

2268-
-
2269-
message: "#^Mixed variable in a `\\$connection\\-\\>\\.\\.\\.\\(\\)` can skip important errors\\. Make sure the type is known$#"
2270-
count: 1
2271-
path: src/Core/DevOps/Locust/setup.php
2272-
2273-
-
2274-
message: "#^PHPDoc tag @var for variable \\$salesChannel has no value type specified in iterable type array\\.$#"
2275-
count: 1
2276-
path: src/Core/DevOps/Locust/setup.php
2277-
22782268
-
22792269
message: "#^Method Shopware\\\\Core\\\\Framework\\\\Adapter\\\\Cache\\\\StoreApiRouteCacheTagsEvent\\:\\:__construct\\(\\) has parameter \\$tags with no value type specified in iterable type array\\.$#"
22802270
count: 1

src/Core/DevOps/Locust/README.md

-99
This file was deleted.

src/Core/DevOps/Locust/boot.php

-21
This file was deleted.

src/Core/DevOps/Locust/common/api.py

-139
This file was deleted.

0 commit comments

Comments
 (0)