Skip to content

Commit

Permalink
Remove inactive Neutron PHP Standard (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
olethomas authored Dec 6, 2022
1 parent 85772f2 commit c98d5c7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
3 changes: 0 additions & 3 deletions Dekode/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@

<rule ref="PHPCompatibilityWP" />
<rule ref="Generic.Arrays.DisallowLongArraySyntax.Found" />
<rule ref="NeutronStandard.StrictTypes.RequireStrictTypes.StrictTypes" />
<rule ref="NeutronStandard.Functions.TypeHint.NoReturnType" />
<rule ref="NeutronStandard.Functions.TypeHint.NoArgumentType" />
</ruleset>
41 changes: 23 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
{
"name": "dekode/coding-standards",
"description": "Dekode Coding Standards",
"license": "MIT",
"type": "phpcodesniffer-standard",
"keywords": [
"phpcs",
"standards",
"static analysis",
"code standards",
"code style",
"coding standards",
"coding style",
"PHP standards",
"WordPress",
"WordPress standards",
"DekodeInteraktiv"
],
"phpcs",
"standards",
"static analysis",
"code standards",
"code style",
"coding standards",
"coding style",
"PHP standards",
"WordPress",
"WordPress standards",
"DekodeInteraktiv"
],
"require": {
"wp-coding-standards/wpcs": "^2.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"automattic/phpcs-neutron-standard": "^1.6"
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
"wp-coding-standards/wpcs": "~2.3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.29"
},
"license": "MIT",
"archive": {
"exclude": [ "/packages" ]
"exclude": [
"/packages"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit c98d5c7

Please sign in to comment.