vanilla / standards
Rules for Vanilla forums' coding standards.
Installs: 105 638
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 2
Open Issues: 4
Requires
- php: >=7.2
- squizlabs/php_codesniffer: ~3.0
This package is auto-updated.
Last update: 2023-02-07 18:13:17 UTC
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.