awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • flyerhzm/rails_best_practicesflyerhzm 的头像

    flyerhzm/rails_best_practices

    4,166在 GitHub 上查看↗

    本项目是一个针对 Ruby on Rails 的静态分析工具和 Linter,旨在识别架构异味和最佳实践违规。它充当 Rails 应用的代码质量 Linter、架构审计员、安全扫描器和性能分析器。 该工具评估控制器、模型和视图模板之间的关注点分离,以减少技术债务。它识别次优的编码模式并强制执行风格一致性,同时专门扫描安全漏洞,如模型中未受保护的批量赋值。 分析范围涵盖检测低效的数据库查询和内存密集型数据检索模式。它还审计路由设计、验证记录持久化,并识别不当的错误处理和时区配置错误。 用户可以通过配置文件定义要启用或禁用的代码检查来管理分析。

    Creates project-specific validation rules to enforce unique coding standards.

    Ruby
    在 GitHub 上查看↗4,166
  • webhintio/hintwebhintio 的头像

    webhintio/hint

    3,703在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,703
  1. Home
  2. Testing & Quality Assurance
  3. Code Quality Checks
  4. Custom Validation Rules