Repository Analysis

dolthub/dolt

Dolt – Git for Data

4.1 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dolthub/dolt, a Go project with 23,851 GitHub stars. SynthScan v2.0 examined 457,360 lines of code across 1809 source files, recording 1801 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 4.1 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.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
23.9K
Stars
Go
Language
457.4K
Lines of Code
1.8K
Files
1.8K
Pattern Hits
2026-07-14
Scan Date
0.00
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 1HIGH 2MEDIUM 10LOW 1788

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 1801 distinct pattern matches across 14 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 Block1711 hits · 1711 pts
SeverityFileLineSnippetContext
LOWdocker/docker-entrypoint.sh1#!/bin/bashCOMMENT
LOWdocker/docker-entrypoint.sh61 _mysql_log Error "$@" >&2COMMENT
LOWdocker/docker-entrypoint.sh321}COMMENT
LOWgo/cmd/dolt/dolt.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/fileno_check.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/fileno_check_darwin.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/doc.go1// Copyright 2019-2022 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/fileno_check_linux.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/system_checks.go1// Copyright 2020 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/doltcmd/doltcmd.go1// Copyright 2025 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/credentials.go1// Copyright 2023 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/command.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/arg_parser_helpers.go1// Copyright 2020 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/cli_context.go1// Copyright 2023 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/cli_context.go41COMMENT
LOWgo/cmd/dolt/cli/command_test.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/arg_parse_helpers_test.go1// Copyright 2020 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/documentation_helper.go1// Copyright 2020 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/query_helpers.go1// Copyright 2025 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/flags.go1// Copyright 2023 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/messages.go1// Copyright 2023 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/stdio_test.go1// Copyright 2022 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/doc.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/doc.go21// app command subcommand [<options>]COMMENT
LOWgo/cmd/dolt/cli/help_test.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/help.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/arg_helpers.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/stdio.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/cli/prompt/resolver.go1// Copyright 2026 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/errhand/derr.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/errhand/derr_test.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/errhand/doc.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/errhand/verr.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/errhand/panic_utils.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/doltversion/version.go1// Copyright 2024 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/log.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/gc.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/send_metrics.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/clone_test.go1// Copyright 2022 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/config.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/clean.go1// Copyright 2022 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/version.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/add.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/pull.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/backup.go1// Copyright 2021 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/merge.go1// Copyright 2024 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/reflog.go1// Copyright 2023 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/show.go1// Copyright 2023 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/fetch.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/rebase.go1// Copyright 2024 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/rm.go1// Copyright 2025 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/log_test.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/diff_output.go1// Copyright 2022 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/init_test.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/commands_test.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/sql_slash.go1// Copyright 2024 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/ls.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/stash.go1// Copyright 2023 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/branch.go1// Copyright 2019 Dolthub, Inc.COMMENT
LOWgo/cmd/dolt/commands/assist.go1// Copyright 2022 Dolthub, Inc.COMMENT
1651 more matches not shown…
Fake / Example Data40 hits · 52 pts
SeverityFileLineSnippetContext
LOWgo/cmd/dolt/cli/arg_parse_helpers_test.go67 {"John Doe <hi@hi.com>", "John Doe", "hi@hi.com", false},CODE
LOWgo/cmd/dolt/cli/arg_parse_helpers_test.go68 {"John Doe <hi@hi.com", "John Doe", "hi@hi.com", false},CODE
LOWgo/cmd/dolt/cli/arg_parse_helpers_test.go69 {"John Doe", "", "", true},CODE
LOWgo/libraries/doltcore/sqle/remotesrv_hook_test.go85 meta, err := datas.NewCommitMeta("test", "test@test.com", "test commit")CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go1275 "VALUES ('pbkdf2_sha256$216000$KRpZeDPgwc5E$vl/2hwrmtnckaBT0A8pf63Ph+oYuCHYI7qozMTZihTo=',NULL,1,'admin','','','admiCODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5160 Expected: []sql.Row{{true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t aCODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5202 {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5203 {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5209 {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5210 {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5217 {false, true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5218 {false, false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5224 {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5225 {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5231 {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5232 {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"},CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5253 Expected: []sql.Row{{true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3CODE
LOWgo/libraries/doltcore/sqle/enginetest/dolt_queries.go5257 Expected: []sql.Row{{true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3CODE
LOW…es/doltcore/sqle/enginetest/dolt_queries_procedures.go827 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ',CODE
LOW…es/doltcore/sqle/enginetest/dolt_queries_procedures.go827 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ',CODE
LOW…es/doltcore/sqle/enginetest/dolt_queries_procedures.go834 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ',CODE
LOW…es/doltcore/sqle/enginetest/dolt_queries_procedures.go834 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ',CODE
LOW…es/doltcore/sqle/enginetest/dolt_queries_procedures.go841 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ',CODE
LOW…es/doltcore/sqle/enginetest/dolt_queries_procedures.go841 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ',CODE
LOW…raries/doltcore/sqle/enginetest/dolt_queries_legacy.go1193 {Query: `update episodes set name = 'fake_name' where id = 1`, SkipResultsCheck: true},CODE
LOW…raries/doltcore/sqle/enginetest/dolt_queries_legacy.go1195 {int64(1), "fake_name", time.Date(1989, time.December, 18, 3, 0, 0, 0, time.UTC), 8.0},CODE
LOWgo/libraries/utils/gitauth/normalize_test.go31 {"enter passphrase", "Enter passphrase for key '/tmp/fake_key': "},CODE
LOWgo/store/nbs/block_store_test.go170 addrs.Insert(hash.Of([]byte("lorem ipsum")))CODE
LOWgo/store/datas/commit_test.go95 meta, err := NewCommitMetaWithAuthor("test", "test@test.com", "test commit", time.UnixMilli(0))CODE
LOWgo/store/prolly/tree/json_indexed_document_test.go490 filler[fmt.Sprintf("zzzz_%05d", i)] = "lorem ipsum dolor sit amet, consectetur adipiscing elit"CODE
LOWgo/store/prolly/tree/json_indexed_document_test.go490 filler[fmt.Sprintf("zzzz_%05d", i)] = "lorem ipsum dolor sit amet, consectetur adipiscing elit"CODE
LOWgo/store/prolly/tree/prolly_fields_test.go114 value: "lorem ipsum",CODE
LOWgo/store/prolly/tree/prolly_fields_test.go119 value: "lorem ipsum",CODE
LOWgo/store/prolly/tree/prolly_fields_test.go124 value: []byte("lorem ipsum"),CODE
LOWgo/store/prolly/tree/prolly_fields_test.go174 value: []byte("lorem ipsum"),CODE
LOWgo/store/prolly/tree/prolly_fields_test.go179 value: []byte("lorem ipsum"),CODE
LOWgo/store/prolly/tree/prolly_fields_test.go189 value: "lorem ipsum",CODE
LOW…tegration-tests/compatibility/test_files/big_table.sql2 (1, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'),CODE
LOW…tegration-tests/compatibility/test_files/big_table.sql2 (1, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'),CODE
LOW…tegration-tests/compatibility/test_files/big_table.sql61 (60,'Phasellus dignissim dolor sit amet nunc pellentesque, suscipit mattis massa faucibus.'),CODE
Verbosity Indicators10 hits · 17 pts
SeverityFileLineSnippetContext
LOWgo/libraries/doltcore/merge/merge_schema.go480 // In this case, only theirsChanged, so we need to check if moving from ours->theirsCOMMENT
LOWgo/libraries/doltcore/merge/merge_schema.go501 // In this case, only oursChanged, so we need to check if moving from theirs->oursCOMMENT
LOWgo/libraries/doltcore/merge/violations_fk_prolly.go736 // Step 1: reduce the source to raw content bytes. For extended sources we alsoCOMMENT
LOWgo/libraries/doltcore/merge/violations_fk_prolly.go799 // Step 2: emit into the target encoding. Native targets take |content| directly;COMMENT
LOW…/libraries/doltcore/branch_control/expr_parser_node.go210 // Since we have more sort orders in the slice, we need to check if we also match the next oneCOMMENT
LOW…/libraries/doltcore/branch_control/expr_parser_node.go222 // If we have no more sort orders in the slice, then we need to check if we match a childCOMMENT
LOW…ore/sqle/binlogreplication/binlog_row_serialization.go96 // Otherwise, for primary key tables, we need to check if the next column is stored in the key or value.COMMENT
LOWgo/store/prolly/proximity_map.go244// Step 1: Create `levelMap`, a map from (indexLevel, keyBytes) -> valuesCOMMENT
LOWgo/store/prolly/proximity_map.go249// Step 2: Create `pathMaps`, a list of maps, each corresponding to a different level of the ProximityMapCOMMENT
LOWgo/store/prolly/proximity_map.go259// Step 3: Create an iter over each `pathMap` created in the previous step, and walk the shape of the final ProximityMapCOMMENT
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMgo/cmd/dolt/commands/diff.go1792// Note this is only for printing the diff. This is not robust for other purposes.COMMENT
MEDIUM…ore/schema/typeinfo/preserve_adaptive_encoding_test.go115// TestPreserveAdaptiveEncoding_NilInputs verifies the helper is robust to nil inputs —COMMENT
MEDIUM…libraries/doltcore/dtestutils/sql_server_driver/cmd.go441 // TODO: This could be more robust if we sniffed it on first connect.COMMENT
MEDIUMgo/libraries/doltcore/sqle/database_provider.go472 // TODO: this needs to be robust in the face of the DB not having the default branchCOMMENT
MEDIUMgo/store/nbs/cmp_chunk_table_writer.go49 // precise number of bytes written. Definitely don't use this value for offsets or anything like that.COMMENT
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHgo/libraries/doltcore/doltdb/doltdb.go1185// non-nil in the case that the commit cannot be resolved, there aren't as many ancestors as requested, or theCOMMENT
HIGHgo/libraries/doltcore/sqle/dsess/session_db_provider.go45 // RequestedName returns the name of the database as requested by the user when the name was resolved to thisCOMMENT
TODO Padding9 hits · 14 pts
SeverityFileLineSnippetContext
LOWgo/cmd/dolt/commands/diff.go1070 // TODO: implement `show create database as of ...`COMMENT
LOWgo/cmd/dolt/commands/diff.go1489 // TODO: implement show create database as of ...COMMENT
LOWgo/libraries/doltcore/sqle/tables.go1253 // TODO: implement multi-db support for foreign keysCOMMENT
LOWgo/libraries/doltcore/sqle/fk/fk_references.go41 //TODO: implement multi-db support for foreign keysCOMMENT
LOWgo/libraries/doltcore/sqle/dtablefunctions/dolt_diff.go518 // TODO: Add tests for privilege checkingCOMMENT
LOW…ies/doltcore/sqle/dtablefunctions/dolt_diff_summary.go172 // TODO: Add tests for privilege checkingCOMMENT
LOW…e/sqle/dtablefunctions/dolt_preview_merge_conflicts.go174 // TODO: Add tests for privilege checkingCOMMENT
LOW…tion-tests/mysql-client-tests/c/mysql-connector-test.c66 // TODO: Add test for mysql_stmt_store_result when supportedCOMMENT
LOW…on-tests/mysql-client-tests/c/mariadb-connector-test.c66 // TODO: Add test for mysql_stmt_store_result when supportedCOMMENT
Structural Annotation Overuse6 hits · 11 pts
SeverityFileLineSnippetContext
LOWgo/libraries/doltcore/merge/violations_fk_prolly.go736 // Step 1: reduce the source to raw content bytes. For extended sources we alsoCOMMENT
LOWgo/libraries/doltcore/merge/violations_fk_prolly.go799 // Step 2: emit into the target encoding. Native targets take |content| directly;COMMENT
LOW…re/sqle/binlogreplication/binlog_primary_controller.go53// NOTE: This method is invoked from a replica sending a command before the replica requests to start streaming theCOMMENT
LOWgo/store/prolly/proximity_map.go244// Step 1: Create `levelMap`, a map from (indexLevel, keyBytes) -> valuesCOMMENT
LOWgo/store/prolly/proximity_map.go249// Step 2: Create `pathMaps`, a list of maps, each corresponding to a different level of the ProximityMapCOMMENT
LOWgo/store/prolly/proximity_map.go259// Step 3: Create an iter over each `pathMap` created in the previous step, and walk the shape of the final ProximityMapCOMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALgo/libraries/doltcore/sqle/enginetest/dolt_harness.go344 d.engine.Analyzer.Catalog.MySQLDb.AddRootAccount()CODE
Excessive Try-Catch Wrapping4 hits · 7 pts
SeverityFileLineSnippetContext
LOW…s/mysql-client-tests/python/python-replication-test.py105 except Exception:CODE
MEDIUM…ts/mysql-client-tests/python/mariadb-connector-test.py75 print(f"Error connecting to MariaDB: {e}")CODE
MEDIUM…tion-tests/mysql-client-tests/swift/Sources/main.swift50 print("Error: \(mysql.errorMessage())")CODE
MEDIUM…tion-tests/mysql-client-tests/swift/Sources/main.swift124 print("Error: \(error)")CODE
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMintegration-tests/bats/helper/data-generation.bash4# This file provides utilities for quickly generating substantial amounts of test dataCOMMENT
MEDIUM…-tests/go-sql-server-driver/tests/sql-server-orig.yaml400 # Creating a collated database currently creates a new Dolt commitCOMMENT
Unused Imports5 hits · 5 pts
SeverityFileLineSnippetContext
LOWintegration-tests/bats/helper/pytest.py1CODE
LOWintegration-tests/bats/helper/pytest.py3CODE
LOWintegration-tests/bats/helper/pytest.py6CODE
LOW…ion-tests/mysql-client-tests/python/sqlalchemy-test.py3CODE
LOW…s/mysql-client-tests/python/python-replication-test.py6CODE
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOWdocker/docker-entrypoint.sh12# Usage:COMMENT
LOWdocker/docker-entrypoint.sh71# Usage:COMMENT
LOWdocker/docker-entrypoint.sh209# Usage:COMMENT
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…ion-tests/mysql-client-tests/python/sqlalchemy-test.py28CODE
LOW…ts/mysql-client-tests/python/mariadb-connector-test.py24CODE
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippetContext
LOWintegration-tests/mysql-client-tests/node/helpers.js39export function getQueryWithEscapedParameters(q, parameters) {CODE