Enhance validation and quality standards; expand file globs for API, code quality, and documentation rules

This commit is contained in:
glenn schrooyen
2025-09-11 23:55:48 +02:00
parent 83fb444196
commit ec0a4f91c6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
description: Code quality standards and clean code principles
globs: ["**/*.java", "**/*.py", "**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
globs: ["**/*.java", "**/*.py", "**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "**/*.yml", "**/*.yaml", "**/*.xml", "**/*.json", "**/*.properties"]
alwaysApply: true
---