awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCustom Validation Rules

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.

Awesome Custom Validation Rules GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • flyerhzm/rails_best_practicesAvatar von flyerhzm

    flyerhzm/rails_best_practices

    4,166Auf GitHub ansehen↗

    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.

    Ruby
    Auf GitHub ansehen↗4,166
  • webhintio/hintAvatar von webhintio

    webhintio/hint

    3,703Auf GitHub ansehen↗

    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.

    TypeScripta11ybest-practiceshacktoberfest
    Auf GitHub ansehen↗3,703
  1. Home
  2. Testing & Quality Assurance
  3. Code Quality Checks
  4. Custom Validation Rules