Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for gatherBadSnippetsInFile (0.08 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBadMultiLangSnippets.java

            Map<File, List<Error>> errors = new TreeMap<>();
    
            getDocumentationRoot().getAsFileTree().matching(spec -> spec.include("**/*.adoc")).forEach(file -> {
                gatherBadSnippetsInFile(file, errors);
            });
    
            if (!errors.isEmpty()) {
                StringBuilder sb = new StringBuilder("Found reversed multi-language snippet order in AsciiDoc files:\n");
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Aug 29 10:12:17 GMT 2025
    - 7.2K bytes
    - Click Count (0)
Back to Top