-
Ensure CMake style is consistent across projects. Note that linting is handled in a separate issue: #1132
This may involve building out a common set of CMake utilities.
But more likely just me…
-
```
Hi,
It is great to see pChart is forked. However, as I ever told original
author, pChart code does not comply to PHP coding standard which requires
+ Namespace should be in lowercase
+ Class nam…
-
I think it makes sense to stick to official Wordpress coding standards. It's mostly the brace style and yoda conditions that needs little changes. I could work on that.
- [PHP Coding Standards](https:…
-
The update changed all standard setted for the project, is there any reason for the change?
https://github.com/SEModCommunity/SE-Community-Mod-API/wiki/Coding-Standard-reference
-
- mvvm_linter
- https://pub.dev/packages/mvvm_linter
- Linter
- Linter designed to enforce best practices and coding standards in MVVM.
-
With coding standards implemented and linting on the way, it is to be considered if this library should apply all [WordPress coding standards](https://github.com/WordPress/WordPress-Coding-Standards).…
-
A complex project like with with many potential contributors should enforce a coding standard to ensure code stays clear and readable. I propose a long and drawn-out RFC holy war over which coding sta…
-
We should have standards and conventions for code. (As mentioned during private chat between collaborators)
-
-
```bash
composer require --dev wp-coding-standards/wpcs dealerdirect/phpcodesniffer-composer-installer
composer exec -- phpcs --standard=WordPress-Core src/ -s --exclude=WordPress.Files.FileName,Wor…