You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(dev): Update and improve linting infrastructure (valkey-io#104)
- Improve scripts (separate languages and allow fixing).
- Update configuration (remove unnecessary exclusions)
- Consistent versioning (don't use different versions locally and in CI).
- Consistent behaviour (use same script locally and in CI)
- Git hook and hook installation script.
- Improved documentation
Signed-off-by: currantw <taylor.curran@improving.com>
Development on the PHP wrapper involves changes in both C and PHP code. We have comprehensive linting infrastructure to ensure code quality and consistency. All linting checks are automatically run in our GitHub Actions CI pipeline.
265
277
266
-
#### Language-specific Linters
278
+
- `clang-format` - C code formatting with Google-based style. Configured by `.clang-format`.
0 commit comments