├── .gitignore ├── NeutronRuleset └── ruleset.xml ├── README.md └── composer.json /.gitignore: -------------------------------------------------------------------------------- 1 | vendor 2 | composer.lock 3 | -------------------------------------------------------------------------------- /NeutronRuleset/ruleset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/phpcs-neutron-ruleset/HEAD/NeutronRuleset/ruleset.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/phpcs-neutron-ruleset/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/phpcs-neutron-ruleset/HEAD/composer.json --------------------------------------------------------------------------------