Skip to content

Commit

Permalink
remove Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jul 8, 2024
1 parent 9165867 commit d37f9ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 31,6 @@ There are four permutations of these guidelines, leading to four rulesets to cho
* [AcquiaPHP](src/Standards/AcquiaPHP/ruleset.xml) is based on PSR-12 and is intended for use on all public non-Drupal projects.
* [AcquiaPHPStrict](src/Standards/AcquiaPHPStrict/ruleset.xml) is based on AcquiaPHP and adds additional, more opinionated standards. It is intended for use on all internal, non-Drupal projects.

There is one additional ruleset intended to maintain backwards compatibility between major releases:

* [AcquiaEdge](src/Standards/AcquiaEdge/ruleset.xml) incorporates AcquiaPHP and adds backwards-incompatible sniffs that will be included in AcquiaPHP with the next major release of this package.

## Installation & usage

1. Add Acquia Coding Standards for PHP to your project via Composer:
Expand Down
1 change: 0 additions & 1 deletion example/phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,6 @@
<rule ref="AcquiaDrupalStrict"/><arg name="extensions" value="php,module,inc,install,test,profile,theme,css,info,txt,md,yml"/>
<!-- <rule ref="AcquiaPHP"/><arg name="extensions" value="php,inc,test,css,txt,md,yml"/> -->
<!-- <rule ref="AcquiaPHPStrict"/><arg name="extensions" value="php,inc,test,css,txt,md,yml"/> -->
<!-- <rule ref="AcquiaEdge"/><arg name="extensions" value="php,inc,test,css,txt,md,yml"/> -->

<arg name="colors"/>
<arg name="cache" value=".phpcs-cache"/>
Expand Down
11 changes: 0 additions & 11 deletions src/Standards/AcquiaEdge/ruleset.xml

This file was deleted.

0 comments on commit d37f9ce

Please sign in to comment.