From cb073049f8db9cd41263af7a034e70394d9d5928 Mon Sep 17 00:00:00 2001 From: Sven Reichel Date: Wed, 30 Oct 2024 04:12:23 +0100 Subject: [PATCH] fail on error --- .github/workflows/phpcs.yml | 1 - .phpcs.ecg.xml.dist | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 420390adadc..94c6db028d3 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -45,4 +45,3 @@ jobs: - name: PHPCodeSniffer run: php vendor/bin/phpcs -s --report=full --standard=${{ matrix.rules.path }} - continue-on-error: ${{ matrix.rules.path == '.phpcs.ecg.xml.dist' }} diff --git a/.phpcs.ecg.xml.dist b/.phpcs.ecg.xml.dist index 9c0699c8bb3..531828f8c55 100644 --- a/.phpcs.ecg.xml.dist +++ b/.phpcs.ecg.xml.dist @@ -44,6 +44,7 @@ */core/Mage/Adminhtml/Model/System/Config/Backend/Category.php* */core/Mage/Adminhtml/Model/System/Config/Backend/Locale.php* */core/Mage/Adminhtml/Model/System/Config/Backend/Customer/Show/Customer.php* + */core/Mage/Api/Model/Acl/Role/Registry.php* */core/Mage/Api/Model/Resource/User.php* */core/Mage/Api2/Model/Observer.php* */core/Mage/Api2/controllers/Adminhtml/Api2/AttributeController.php*