Repository Analysis

gohugoio/hugo

The world’s fastest framework for building websites.

4.2 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of gohugoio/hugo, a Go project with 88,964 GitHub stars. SynthScan v2.0 examined 315,627 lines of code across 2212 source files, recording 983 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 4.2 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.2
Adjusted Score
4.2
Raw Score
100%
Time Factor
2026-07-13
Last Push
89.0K
Stars
Go
Language
315.6K
Lines of Code
2.2K
Files
983
Pattern Hits
2026-07-14
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 34HIGH 0MEDIUM 11LOW 938

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 983 distinct pattern matches across 9 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block886 hits · 886 pts
SeverityFileLineSnippetContext
LOWmain_withdeploy_off_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWmain.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWmain_withdeploy_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWmain_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWreleaser/releaser.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWdocshelper/docs.go1// Copyright 2017-present The Hugo Authors. All rights reserved.COMMENT
LOWmetrics/metrics.go1// Copyright 2017 The Hugo Authors. All rights reserved.COMMENT
LOWmetrics/metrics_test.go1// Copyright 2017 The Hugo Authors. All rights reserved.COMMENT
LOWbufferpool/bufpool.go1// Copyright 2015 The Hugo Authors. All rights reserved.COMMENT
LOWbufferpool/bufpool_test.go1// Copyright 2016-present The Hugo Authors. All rights reserved.COMMENT
LOWcache/dynacache/dynacache_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWcache/dynacache/dynacache.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWcache/filecache/filecache_pruner.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWcache/filecache/filecache_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWcache/filecache/filecache_pruner_test.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWcache/filecache/filecache.go1// Copyright 2026 The Hugo Authors. All rights reserved.COMMENT
LOWcache/filecache/filecache_config_test.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWcache/filecache/filecache_integration_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWcache/filecache/filecache_config.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWcache/httpcache/httpcache_integration_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWcache/httpcache/httpcache.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWcache/httpcache/httpcache_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWwatcher/batcher.go1// Copyright 2020 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/finder.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/identity_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/question.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/finder_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/question_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/predicate_identity.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/identity.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWidentity/predicate_identity_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/defaultConfigProvider.go1// Copyright 2021 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/env.go1// Copyright 2019 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/configProvider_test.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/namespace_test.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/commonConfig.go1// Copyright 2019 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/env_test.go1// Copyright 2019 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/configLoader_test.go1// Copyright 2019 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/commonConfig_test.go1// Copyright 2020 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/configLoader.go1// Copyright 2025 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/defaultConfigProvider_test.go1// Copyright 2021 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/configProvider.go1// Copyright 2019 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/namespace.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/privacy/privacyConfig.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/privacy/privacyConfig_test.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/security/securityConfig.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/security/whitelist.go1// Copyright 2021 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/security/whitelist_test.go1// Copyright 2021 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/security/securityConfig_test.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/testconfig/testconfig.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/allconfig/configlanguage.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/allconfig/alldecoders.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/allconfig/allconfig.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/allconfig/docshelper.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/allconfig/load.go1// Copyright 2024 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/services/servicesConfig.go1// Copyright 2019 The Hugo Authors. All rights reserved.COMMENT
LOWconfig/services/servicesConfig_test.go1// Copyright 2018 The Hugo Authors. All rights reserved.COMMENT
LOWpublisher/htmlElementsCollector.go1// Copyright 2020 The Hugo Authors. All rights reserved.COMMENT
LOWpublisher/htmlElementsCollector_test.go1// Copyright 2020 The Hugo Authors. All rights reserved.COMMENT
LOWpublisher/publisher.go1// Copyright 2020 The Hugo Authors. All rights reserved.COMMENT
826 more matches not shown…
Hallucination Indicators34 hits · 355 pts
SeverityFileLineSnippetContext
CRITICALresources/resource_factories/create/create.go166 fi, err := c.rs.BaseFs.Assets.Fs.Stat(filename)CODE
CRITICALtpl/images/images.go92 config, _, err := ns.deps.ResourceSpec.Imaging.Codec.DecodeConfig(format, f)CODE
CRITICALtpl/templates/templates.go152 _, _ = ns.deps.BuildState.DeferredExecutions.Executions.GetOrCreate(id,CODE
CRITICALhugolib/page__content.go500 cp.po.p.s.Log.Trace(logg.StringFunc(func() string {CODE
CRITICALhugolib/page__content.go504 cp.po.p.s.h.contentRenderCounter.Add(1)CODE
CRITICALhugolib/page__content.go612 html := cp.po.p.s.ContentSpec.TrimShortHTML(b.Bytes(), cp.po.p.m.pageConfigSource.Content.Markup)CODE
CRITICALhugolib/page__content.go683 combined := cp.po.p.m.content.hasShortcode.Load().Or(*cp2.po.p.m.content.hasShortcode.Load())CODE
CRITICALhugolib/page__content.go684 cp.po.p.m.content.hasShortcode.Store(&combined)CODE
CRITICALhugolib/page__content.go704 isHTML := cp.po.p.m.pageConfigSource.ContentMediaType.IsHTML()CODE
CRITICALhugolib/page__content.go776 v, err := c.pm.cacheContentPlain.GetOrCreateWitTimeout(key, cp.po.p.s.Conf.Timeout(), func(string) (*resources.StaleValCODE
CRITICALhugolib/page__content.go1018 combined := pco.po.p.m.content.hasShortcode.Load().Or(parseInfo.shortcodeParseInfo.hasName)CODE
CRITICALhugolib/page__content.go1019 pco.po.p.m.content.hasShortcode.Store(&combined)CODE
CRITICALhugolib/page__content.go1037 markup = pco.po.p.s.ContentSpec.ResolveMarkup(opts.Markup)CODE
CRITICALhugolib/page__content.go1039 rendered = pco.po.p.s.ContentSpec.TrimShortHTML(rendered, markup)CODE
CRITICALhugolib/page.go200 b := ps.s.conf.Segments.Config.SegmentFilter.ShouldExcludeFine(CODE
CRITICALhugolib/page__per_output.go144 return pco.po.p.m.content.getOrCreateScope(scope, pco)CODE
CRITICALhugolib/page__per_output.go148 return pco.po.p.m.content.getOrCreateScope("", pco)CODE
CRITICALhugolib/page__per_output.go184 pco.po.p.s.h.FatalError(pco.po.p.wrapError(err))CODE
CRITICALhugolib/page__per_output.go359 v := pco.po.p.s.TemplateStore.LookupPagesLayout(q)CODE
CRITICALhugolib/page__per_output.go382 r := pco.po.p.s.ContentSpec.Converters.GetHighlighter()CODE
CRITICALhugolib/content_map_page_assembler.go989 if pageBundle.m.pageConfig.Dates.Lastmod.After(pageBundle.s.lastmod) {CODE
CRITICALhugolib/content_map_page_assembler.go992 if sp.m.pageConfig.Dates.Lastmod.After(pageBundle.s.lastmod) {CODE
CRITICALhugolib/content_map_page_assembler.go1250 sa.s.h.progressReporter.numPagesToRender.Add(1)CODE
CRITICALhugolib/page__menus.go33 _ = p.p.s.init.menus.Value(context.Background())CODE
CRITICALhugolib/page__menus.go39 _ = p.p.s.init.menus.Value(context.Background())CODE
CRITICALhugolib/page__menus.go46 _ = p.p.s.init.menus.Value(context.Background())CODE
CRITICALhugolib/hugo_sites_build.go427 if s.conf.Segments.Config.SegmentFilter.ShouldExcludeCoarse(segments.SegmentQuery{Site: s.siteVector}) {CODE
CRITICALhugolib/hugo_sites_build.go434 if s.conf.Segments.Config.SegmentFilter.ShouldExcludeCoarse(segments.SegmentQuery{Output: renderFormat.Name, Site: s.CODE
CRITICALhugolib/integrationtest_builder.go541 conf, format, err := s.H.ResourceSpec.Imaging.Codec.DecodeConfig(0, bytes.NewReader(b))CODE
CRITICALhugolib/integrationtest_builder.go543 img, err := s.H.ResourceSpec.Imaging.Codec.Decode(bytes.NewReader(b))CODE
CRITICALhugolib/page__tree.go74 _, n := pt.p.s.pageMap.treePages.LongestPrefix(dir, false, func(n contentNode) bool {CODE
CRITICALhugolib/page__tree.go92 k, n := pt.p.s.pageMap.treePages.LongestPrefix(s, false, func(n contentNode) bool { return cnh.isBranchNode(n) })CODE
CRITICALhugolib/page__tree.go136 _, n := pt.p.s.pageMap.treePages.LongestPrefix(dir, false, nil)CODE
CRITICALhugolib/filesystems/basefs_test.go487 fi, err := b.H.BaseFs.Content.Fs.Stat(filepath.FromSlash(first.Path))CODE
Fake / Example Data44 hits · 52 pts
SeverityFileLineSnippetContext
LOWtpl/crypto/crypto_test.go33 {"Lorem ipsum dolor", "06ce65ac476fc656bea3fca5d02cfd81"},CODE
LOWtpl/crypto/crypto_test.go60 {"Lorem ipsum dolor", "45f75b844be4d17b3394c6701768daf39419c99b"},CODE
LOWtpl/crypto/crypto_test.go87 {"Lorem ipsum dolor", "9b3e1beb7053e0f900a674dd1c99aca3355e1275e1b03d3cb1bc977f5154e196"},CODE
LOWtpl/internal/go_templates/htmltemplate/attr.go98 "placeholder": contentTypePlain,CODE
LOWinternal/warpc/deps/parson/parson.c856Example: "\u006Corem ipsum" -> lorem ipsum */CODE
LOWdocs/content/en/configuration/introduction.md42email = 'info@example.org'CODE
LOWdocs/content/en/configuration/params.md18email = 'info@example.org'CODE
LOWdocs/content/en/configuration/params.md77email = 'info@example.org'CODE
LOWdocs/content/en/methods/page/Params.md21 email = 'jsmith@example.org'CODE
LOWdocs/content/en/methods/site/Params.md19 email = 'jsmith@example.org'CODE
LOWdocs/content/en/functions/partials/Include.md50 "name" "John Doe"CODE
LOWdocs/content/en/templates/introduction.md502 email = 'jsmith@example.org'CODE
LOWdocs/content/en/templates/introduction.md532 email = 'jsmith@example.org'CODE
LOWdocs/content/en/templates/rss.md41name = 'John Doe'CODE
LOWdocs/content/en/templates/rss.md42email = 'jdoe@example.org'CODE
LOWhugolib/page_test.go52[Lorem ipsum](https://lipsum.com/) dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut laboCODE
LOWhugolib/page_test.go52[Lorem ipsum](https://lipsum.com/) dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut laboCODE
LOWhugolib/page_test.go146Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod temporCODE
LOWhugolib/page_test.go146Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod temporCODE
LOWhugolib/page_test.go151culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sitCODE
LOWhugolib/page_test.go157officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet,CODE
LOWhugolib/page_test.go157officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet,CODE
LOWhugolib/page_test.go163deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consecteturCODE
LOWhugolib/page_test.go163deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consecteturCODE
LOWhugolib/page_test.go169id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sedCODE
LOWhugolib/page_test.go169id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sedCODE
LOWhugolib/page_test.go175ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod temporCODE
LOWhugolib/page_test.go180culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sitCODE
LOWhugolib/page_test.go569 checkPageContent(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, conCODE
LOWhugolib/page_test.go569 checkPageContent(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, conCODE
LOWhugolib/page_test.go570 checkPageSummary(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, conCODE
LOWhugolib/page_test.go570 checkPageSummary(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, conCODE
LOWhugolib/testdata/what-is-markdown.md9399 "Lorem ipsum dolor\nsit amet."CODE
LOWhugolib/testdata/what-is-markdown.md9458> Lorem ipsum dolorCODE
LOWhugolib/testdata/what-is-markdown.md9473> Lorem ipsum dolorCODE
LOWhugolib/testdata/what-is-markdown.md9485 "Lorem ipsum dolor"CODE
LOWhugolib/testdata/what-is-markdown.md9501 "Lorem ipsum dolor\nsit amet."CODE
LOWhugolib/testdata/what-is-markdown.md9519 "Lorem ipsum dolor\nsit amet."CODE
LOWhugolib/testdata/what-is-markdown.md9541 "Lorem ipsum dolor\nsit amet."CODE
LOWhugolib/testdata/what-is-markdown.md9564 str "Lorem ipsum dolor"CODE
LOWhugolib/pagesfromdata/pagesfromgotmpl_test.go24 "largeText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauriCODE
LOWhugolib/pagesfromdata/pagesfromgotmpl_test.go24 "largeText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauriCODE
LOWhugofs/hashing_fs_test.go60 content := []byte(strings.Repeat("lorem ipsum ", 1000))CODE
LOWcreate/skeletons/theme/content/posts/post-1.md10Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sinCODE
Decorative Section Separators8 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUMdocs/content/en/host-and-deploy/host-on-gitlab-pages.md76 #------------------------------------------------------------------------------COMMENT
MEDIUMdocs/content/en/host-and-deploy/host-on-gitlab-pages.md79 #------------------------------------------------------------------------------COMMENT
MEDIUMdocs/content/en/host-and-deploy/host-on-render/index.md58 #------------------------------------------------------------------------------COMMENT
MEDIUMdocs/content/en/host-and-deploy/host-on-render/index.md63 #------------------------------------------------------------------------------COMMENT
MEDIUM…content/en/host-and-deploy/host-on-cloudflare/index.md52 #------------------------------------------------------------------------------COMMENT
MEDIUM…content/en/host-and-deploy/host-on-cloudflare/index.md55 #------------------------------------------------------------------------------COMMENT
MEDIUMdocs/content/en/host-and-deploy/host-on-vercel/index.md45 #------------------------------------------------------------------------------COMMENT
MEDIUMdocs/content/en/host-and-deploy/host-on-vercel/index.md48 #------------------------------------------------------------------------------COMMENT
Redundant / Tautological Comments4 hits · 8 pts
SeverityFileLineSnippetContext
LOWcheck.sh41 # Check if staticcheck is installed, install if notCOMMENT
LOWscripts/docker/entrypoint.sh3# Check if a custom hugo-docker-entrypoint.sh file exists.COMMENT
LOWscripts/docker/entrypoint.sh10# Check if a package.json file exists.COMMENT
LOWscripts/docker/entrypoint.sh12 # Check if node_modules exists.COMMENT
AI Slop Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
LOWlivereload/livereload.js325 // #match works fine because it just return the exec results, even if it hasCOMMENT
MEDIUMhugofs/fs.go173// TODO(bep) make this more robust.COMMENT
MEDIUMhugofs/hglob/filename_filter.go178 // to make this robust.COMMENT
Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippetContext
LOWlivereload/livereload.js2173 getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {CODE
LOWlivereload/livereload.js3495 value: function collectImportedStylesheets(link, styleSheet, result) {CODE
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMtpl/internal/go_templates/texttemplate/doc.go463constant. Here is a simple example:CODE
Verbosity Indicators1 hit · 2 pts
SeverityFileLineSnippetContext
LOWinternal/js/esbuild/resolve.go106 // We need to check if this is a regular file imported without an extension.COMMENT