From d37f9ce142dceee346704f927fd781d05e5b1e1c Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Mon, 8 Jul 2024 11:32:58 -0700 Subject: [PATCH] remove Edge --- README.md | 4 ---- example/phpcs.xml.dist | 1 - src/Standards/AcquiaEdge/ruleset.xml | 11 ----------- 3 files changed, 16 deletions(-) delete mode 100644 src/Standards/AcquiaEdge/ruleset.xml diff --git a/README.md b/README.md index eb275f3..f801048 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/example/phpcs.xml.dist b/example/phpcs.xml.dist index 47dd8a1..0c19440 100644 --- a/example/phpcs.xml.dist +++ b/example/phpcs.xml.dist @@ -11,7 +11,6 @@ - diff --git a/src/Standards/AcquiaEdge/ruleset.xml b/src/Standards/AcquiaEdge/ruleset.xml deleted file mode 100644 index faeb17c..0000000 --- a/src/Standards/AcquiaEdge/ruleset.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Acquia's Edge (backwards-incompatible) coding standards. - -