2 Repos
Allows for the creation of project-specific static analysis rules to enforce unique coding standards.
Distinct from Code Quality Checks: Extends general code quality checks to allow user-defined custom rules.
Explore 2 awesome GitHub repositories matching testing & quality assurance · Custom Validation Rules. Refine with filters or upvote what's useful.
This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and violations of best practices. It serves as a code quality linter, architectural auditor, security scanner, and performance analyzer for Rails applications. The tool evaluates the separation of concerns between controllers, models, and view templates to reduce technical debt. It identifies suboptimal coding patterns and enforces stylistic consistency, while specifically scanning for security vulnerabilities such as unprotected mass assignment in models. The analysis surface covers
Creates project-specific validation rules to enforce unique coding standards.
Hint is a web development linter and static analysis tool that audits HTML, CSS, and JavaScript. It provides a suite of specialized validators designed to ensure compliance with accessibility standards, web security header requirements, and general development best practices. The project distinguishes itself by analyzing a wide range of web quality metrics, including browser compatibility for CSS and JavaScript features and PWA configuration validation. It also includes an analyzer for measuring page load speeds, caching, and compression strategies to optimize web performance. The system is
Allows users to define new validation checks to identify specific patterns or issues within web project source code.