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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesJavadoc Layout Validations

Automated routines for verifying the indentation and positioning of Javadoc comments.

Distinct from Layout Validators: Distinct from Layout Validators: focuses on source code comments rather than UI components or data structures.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Javadoc Layout Validations. Refine with filters or upvote what's useful.

Awesome Javadoc Layout Validations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • checkstyle/checkstyleAvatar checkstyle

    checkstyle/checkstyle

    8,867Vezi pe GitHub↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Ensures documentation comments are well-formed and follow specific positioning and indentation rules.

    Javacode-qualitycommand-line-toolhacktoberfest
    Vezi pe GitHub↗8,867
  • christopheradams/elixir_style_guideAvatar christopheradams

    christopheradams/elixir_style_guide

    4,427Vezi pe GitHub↗

    Acest proiect este un instrument de analiză statică și linter pentru Elixir, conceput pentru a impune o structură vizuală unitară în codebase-uri. Servește drept specificație pentru formatarea codului, convențiile de denumire și standardele de documentare. Instrumentul oferă un sistem standardizat pentru casing și prefixe utilizate în fișiere, funcții și variabile. De asemenea, stabilește linii directoare pentru formatarea descrierilor modulelor și funcțiilor, pentru a asigura o documentație tehnică consistentă. Proiectul acoperă o gamă largă de arii privind calitatea codului, inclusiv organizarea layout-urilor modulelor, implementarea pattern-urilor de comentare și standardizarea aserțiunilor de testare. Oferă, de asemenea, îndrumări privind expresiile idiomatice ale limbajului și definirea specificațiilor de tip.

    Checks the specific ordering of module directives and attributes to ensure a consistent internal file structure.

    Elixirelixirelixir-langstyle-guide
    Vezi pe GitHub↗4,427
  1. Home
  2. Software Engineering & Architecture
  3. Automatic Configuration
  4. Automatic Layout Engines
  5. Layout Validators
  6. Javadoc Layout Validations

Explorează sub-etichetele

  • Lexical Layout ValidationsValidation of the order and positioning of directives, attributes, and macros within a source file. **Distinct from Javadoc Layout Validations:** Specifically targets the lexical order of code elements rather than just the formatting of comments.