Fix code quality tool configurations and improve documentation

- Fixed phpstan.neon regex pattern for ignoring errors
- Commented out missing Universal sniffs in phpcs.xml
- Updated SonarCloud configuration to disable automatic analysis
- Improved code-quality-checks.md documentation based on feedback
- Added reminder about inline comment periods to .ai-assistant.md
This commit is contained in:
2025-04-21 16:35:50 +01:00
parent 61ca9d4768
commit baa2a050d3
5 changed files with 23 additions and 14 deletions

View File

@@ -51,6 +51,7 @@ This project follows the [WordPress Coding Standards](https://developer.wordpres
* Validate and sanitize all inputs
* Escape all outputs
* Use asterisks (*) for bullet points in all Markdown files, not hyphens (-)
* Add periods to the end of all inline comments
### Code Quality Tools