outeredge/dev-dependencies

Dev tools used by outer/edge

4.0.0 2024-04-30 13:27 UTC

This package is auto-updated.

Last update: 2024-04-30 13:35:11 UTC


README

This repository contains the coding standards used by outer/edge with rules for:

  • PHPCS

Install

composer require --dev outeredge/dev-dependencies

Then you can add the outer/edge coding standard to your phpcs.xml, i.e. for Magento 2:

<?xml version="1.0"?>
<ruleset>
    ...
    <rule ref="vendor/outeredge/dev-dependencies/phpcs-magento.xml" />
    <file>app/code/...</file>
    <file>app/design/frontend/...</file>
    ...
</ruleset>
</xml>

Running PHPCS tests

$ phpcs

Running PHPCS code fixer

$ phpcbf