vanilla/standards

This package is abandoned and no longer maintained. No replacement package was suggested.

Rules for Vanilla forums' coding standards.

Package info

github.com/vanilla/standards

pkg:composer/vanilla/standards

Statistics

Installs: 115 405

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 4

2.0.0 2020-11-13 22:10 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0 4117317f9735851e714a41e248949e96a5c59518


README

This repo contains the Vanilla forums' coding standards utilities.

As explained in our documentation, our codebase is being updated to follow our standards. This is a long and ongoing process. Our codebase does not currently pass all the tests, but every new file added should!

You can use PHP_CodeSniffer to validate code using our coding standards. See Validating your PHP code with PHP_CodeSniffer from our documentation for more information.