
Configuration
You can enable specific code quality frameworks directly in yourrevolte.yaml.
revolte.yaml
Supported features
- Static Analysis: Identifies logic errors and potential runtime issues without executing the code.
- Security Scans: Detects hardcoded secrets, insecure dependencies, and common OWASP vulnerabilities.
- Style Enforcement: Ensures that all code follows your team’s defined formatting rules (e.g., Prettier, Black).