Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update Alley Coding standards
Browse files Browse the repository at this point in the history
This updates the project to make use of the Alley Interactive coding standards that are published to Packagist and updates our phpcs.xml file to reference the new "Alley-Interactive" sniff name.
  • Loading branch information
joemcgill committed Oct 15, 2020
1 parent 636c563 commit 8df348c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 27 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@
"email": "noreply@alleyinteractive.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/alleyinteractive/Alley-Coding-Standards"
}
],
"require-dev": {
"alley/alley-coding-standards": "dev-master"
"alleyinteractive/alley-coding-standards": "dev-master"
},
"scripts": {
"phpcs": "phpcs . -p",
Expand Down
95 changes: 76 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>PHP_CodeSniffer standard for WP Irving.</description>

<!-- Include Alley Rules -->
<rule ref="alley-coding-standards" />
<rule ref="Alley-Interactive" />

<!-- Project customizations go here -->

Expand Down

0 comments on commit 8df348c

Please sign in to comment.