Repository Analysis

siyuan-note/siyuan

A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.

8.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of siyuan-note/siyuan, a TypeScript project with 45,097 GitHub stars. SynthScan v2.0 examined 424,009 lines of code across 1611 source files, recording 701 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 8.1 places this repository in the Low AI signal 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).

8.1
Adjusted Score
8.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
45.1K
Stars
TypeScript
Language
424.0K
Lines of Code
1.6K
Files
701
Pattern Hits
2026-07-14
Scan Date
0.16
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 263HIGH 2MEDIUM 8LOW 428

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 701 distinct pattern matches across 10 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.

Hallucination Indicators263 hits · 2975 pts
SeverityFileLineSnippetContext
CRITICALapp/stage/protyle/js/echarts/echarts-gl.min.js1!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("echarts")):"function"==typeofCODE
CRITICALapp/src/card/openCard.ts868 options.editor.protyle.element.classList.remove("fn__none");CODE
CRITICALapp/src/card/openCard.ts869 options.editor.protyle.element.nextElementSibling.classList.add("fn__none");CODE
CRITICALapp/src/card/viewCards.ts296 edit.protyle.element.nextElementSibling.classList.remove("fn__none");CODE
CRITICALapp/src/card/viewCards.ts300 edit.protyle.element.nextElementSibling.classList.add("fn__none");CODE
CRITICALapp/src/boot/onGetConfig.ts222 if (window.siyuan.config.export.pdfFooter.trim()) {CODE
CRITICALapp/src/boot/globalEvent/keyup.ts22 if (window.siyuan.config.keymap.general.goToEditTabNext.custom.endsWith(Constants.KEYCODELIST[event.keyCode]) ||CODE
CRITICALapp/src/boot/globalEvent/keyup.ts23 window.siyuan.config.keymap.general.goToEditTabPrev.custom.endsWith(Constants.KEYCODELIST[event.keyCode])) {CODE
CRITICALapp/src/boot/globalEvent/keyup.ts96 } else if (window.siyuan.config.keymap.general.goToEditTabNext.custom.startsWith(Constants.KEYCODELIST[event.keyCODE
CRITICALapp/src/boot/globalEvent/keyup.ts97 window.siyuan.config.keymap.general.goToEditTabPrev.custom.startsWith(Constants.KEYCODELIST[event.keyCode]))CODE
CRITICALapp/src/boot/globalEvent/mousemove.ts67 item.protyle.breadcrumb.element.classList.remove("protyle-breadcrumb__bar--hide");CODE
CRITICALapp/src/boot/globalEvent/mousemove.ts181 if (item.editor.protyle.wysiwyg.element.contains(eventPath0)) {CODE
CRITICALapp/src/boot/globalEvent/keydown.ts1428 if (!window.siyuan.menus.menu.element.classList.contains("fn__none")) {CODE
CRITICALapp/src/boot/globalEvent/searchKeydown.ts83 if (!window.siyuan.menus.menu.element.classList.contains("fn__none")) {CODE
CRITICALapp/src/boot/globalEvent/searchKeydown.ts212 if (!window.siyuan.menus.menu.element.classList.contains("fn__none")) {CODE
CRITICALapp/src/boot/globalEvent/searchKeydown.ts245 currentList.parentElement.nextElementSibling.nextElementSibling.firstElementChild.classList.add("b3-CODE
CRITICALapp/src/boot/globalEvent/searchKeydown.ts282 currentList.parentElement.previousElementSibling.previousElementSibling.lastElementChild.classList.aCODE
CRITICALapp/src/boot/globalEvent/click.ts14 if (!window.siyuan.menus.menu.element.contains(element) && !hasClosestByAttribute(element, "data-menu", "true")) {CODE
CRITICALapp/src/boot/globalEvent/click.ts15 if (getSelection().rangeCount > 0 && window.siyuan.menus.menu.element.contains(getSelection().getRangeAt(0).starCODE
CRITICALapp/src/boot/globalEvent/click.ts16 window.siyuan.menus.menu.element.contains(document.activeElement)) {CODE
CRITICALapp/src/boot/globalEvent/click.ts87 !item.pdfObject.appConfig.appContainer.classList.contains("fn__none")) {CODE
CRITICALapp/src/boot/globalEvent/command/panel.ts434 if (protyle.title?.editElement.contains(range.startContainer) || !nodeElement || window.siyuan.menus.menCODE
CRITICALapp/src/boot/globalEvent/command/protyle.ts18 updateReadonly(options.protyle.breadcrumb.element.parentElement.querySelector('.block__icon[data-type="readonly"CODE
CRITICALapp/src/asset/pdf/app.js2831 if (([92, 91, 68].includes(evt.keyCode) || evt.ctrlKey || evt.altKey) && pdfInstance.appConfig.toolbar.rectAnno.clasCODE
CRITICALapp/src/asset/pdf/app.js2870 !pdfInstance.appConfig.toolbar.rectAnno.classList.contains('toggled')) {CODE
CRITICALapp/src/asset/pdf/app.js2880 !pdfInstance.appConfig.toolbar.rectAnno.classList.contains('toggled')) {CODE
CRITICALapp/src/util/reloadSync.ts47 window.siyuan.mobile.editor.protyle.title.setTitle(response.data.name, response.data.ial[Constants.CUSTOCODE
CRITICALapp/src/util/reloadSync.ts54 preview: window.siyuan.mobile.editor.protyle.preview.element.classList.contains("fn__none")CODE
CRITICALapp/src/util/reloadSync.ts66 window.siyuan.mobile.docks.file.init(false);CODE
CRITICALapp/src/util/pathName.ts432 if (window.siyuan.menus.menu.element.getAttribute("data-name") === Constants.MENU_MOVE_PATH_HISTORY) {CODE
CRITICALapp/src/util/noRelyPCFunction.ts62 window.siyuan.mobile.docks.tag.update();CODE
CRITICALapp/src/util/backForward.ts123 stack.protyle.model.parent.parent.switchTab(stack.protyle.model.parent.headElement);CODE
CRITICALapp/src/util/backForward.ts141 stack.protyle.model.parent.parent.switchTab(stack.protyle.model.parent.headElement);CODE
CRITICALapp/src/util/backForward.ts162 if (!blockElement && !stack.zoomId && !stack.protyle.scroll.element.classList.contains("fn__none")) {CODE
CRITICALapp/src/util/Tree.ts316 item.parentElement.parentElement.nextElementSibling.classList.remove("fn__none");CODE
CRITICALapp/src/util/Tree.ts321 item.parentElement.parentElement.nextElementSibling.classList.add("fn__none");CODE
CRITICALapp/src/config/tabs/secretsVariablesUi.ts77 saveSecrets(root, window.siyuan.config.secrets.items.filter((item) => item.name !== name));CODE
CRITICALapp/src/config/tabs/secretsVariablesUi.ts171 saveVariables(root, window.siyuan.config.variables.items.filter((item) => item.name !== name));CODE
CRITICALapp/src/config/tabs/keymapUi.ts172 window.siyuan.ws.app.plugins.forEach((item) => {CODE
CRITICALapp/src/config/tabs/keymapUi.ts657 const plugin = window.siyuan.ws.app.plugins.find((item) => item.name === keys[1]);CODE
CRITICALapp/src/config/tabs/aiUi.ts319 saveProviders(root, window.siyuan.config.ai.providers.filter((item) => item.id !== providerId));CODE
CRITICALapp/src/config/tabs/aiUi.ts359 saveProviders(root, window.siyuan.config.ai.providers.map((item) => {CODE
CRITICALapp/src/config/tabs/aiUi.ts598 window.siyuan.config.ai.providers.find((provider) => provider.id === providerId);CODE
CRITICALapp/src/config/tabs/aiUi.ts657 const provider = window.siyuan.config.ai.providers.find((item) => findModel(item, modelId));CODE
CRITICALapp/src/config/tabs/aiUi.ts665 window.siyuan.config.ai.providers.filter((provider) => provider.enabled);CODE
CRITICALapp/src/config/tabs/aiUi.ts847 const nextProviders = window.siyuan.config.ai.providers.map((item) => {CODE
CRITICALapp/src/config/tabs/aiUi.ts1102 saveMcpServers(root, window.siyuan.config.ai.mcp.servers.filter((item) => item.name !== serverName));CODE
CRITICALapp/src/config/tabs/aiUi.ts1116 const nextServers = window.siyuan.config.ai.mcp.servers.map((item) => {CODE
CRITICALapp/src/config/tabs/aiUi.ts1271 if (window.siyuan.config.ai.mcp.servers.some((server) => {CODE
CRITICALapp/src/config/tabs/aiUi.ts1293 window.siyuan.config.ai.mcp.servers.find((server) => server.name === serverName);CODE
CRITICALapp/src/config/tabs/editorTab.ts86 `<div class="fn__pointer b3-chip b3-chip--middle${window.siyuan.config.editor.spellcheckLanguages.includes(item)CODE
CRITICALapp/src/config/tabs/accessTab.ts292 window.siyuan.config.publish.auth.accounts.push({CODE
CRITICALapp/src/config/tabs/accessTab.ts336 window.siyuan.config.publish.auth.accounts.splice(index, 1);CODE
CRITICALapp/src/config/tabs/appearanceTab.ts266 options: window.siyuan.config.appearance.lightThemes.map((item) => ({CODE
CRITICALapp/src/config/tabs/appearanceTab.ts273 options: window.siyuan.config.appearance.darkThemes.map((item) => ({CODE
CRITICALapp/src/config/tabs/appearanceTab.ts304 options: window.siyuan.config.appearance.icons.map((item) => ({CODE
CRITICALapp/src/config/tabs/accessRuntime.ts73 const listItemHtml = window.siyuan.config.publish.auth.accounts.map((account, index) => `CODE
CRITICALapp/src/config/util/snippets.ts138 target.parentElement.nextElementSibling.firstElementChild.classList.remove("fn__none");CODE
CRITICALapp/src/config/util/snippets.ts139 target.parentElement.nextElementSibling.lastElementChild.classList.add("fn__none");CODE
CRITICALapp/src/config/util/snippets.ts143 target.parentElement.nextElementSibling.firstElementChild.classList.add("fn__none");CODE
203 more matches not shown…
Over-Commented Block396 hits · 396 pts
SeverityFileLineSnippetContext
LOWapp/stage/protyle/js/highlight.js/styles/agate.min.css1pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!COMMENT
LOWapp/electron/main.js1// SiYuan - Refactor your thinkingCOMMENT
LOWapp/src/asset/pdf/pdf_find_bar.js181 if (total > 0) {COMMENT
LOWapp/src/asset/pdf/ui_utils.js341 * before the first visible element in `views`, but not by too much. (Usually,COMMENT
LOWapp/src/asset/pdf/ui_utils.js361COMMENT
LOWapp/src/asset/pdf/ui_utils.js381 // Initially assume that we need to find the beginning of the current rowCOMMENT
LOWapp/src/asset/pdf/viewer.js281// if (COMMENT
LOWapp/src/asset/pdf/pdf_history.js561 // In practice, it seems that the event is arriving too late in order forCOMMENT
LOWapp/src/asset/pdf/pdf_find_controller.js161 // The goal is to obtain the array: [[0, 0], [3, -1], [4, -2],COMMENT
LOWapp/src/asset/pdf/pdf_viewer.js241 #resizeObserver = new ResizeObserver(this.#resizeObserverCallback.bind(this));COMMENT
LOWapp/src/asset/pdf/app.js441 foreground: AppOptions.get("pageColorsForeground"),COMMENT
LOWapp/src/asset/pdf/app.js2581 }COMMENT
LOWapp/src/util/iOSPurchase.ts21 // -2:Server communication failed, need to retry 服务器通讯失败,需要重试COMMENT
LOWapp/src/layout/Model.ts101 // pushModeCOMMENT
LOWapp/src/layout/dock/agent/frontendActions.ts1// SiYuan - Refactor your thinkingCOMMENT
LOWapp/src/layout/dock/agent/AgentChat.ts721 // 处理 ws 推送的跨实例会话变更通知。核心时序控制:COMMENT
LOWkernel/main.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/cmd/closews.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/cmd/cmd.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/cmd/ping.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/treenode/blocktree.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/treenode/tree.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/treenode/blocktree_fix.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/treenode/av.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/treenode/heading.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/treenode/marker.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/treenode/node.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/layout_gallery.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/filter_test.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/layout.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/sort.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/layout_table.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/filter.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/calc.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/group.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/av.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/calc_template.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/layout_kanban.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/av_fix.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/av/value.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/cache/asset.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/cache/tree.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/cache/ial.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/cache/av.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/cloud.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/kdf_test.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/misc.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/lute.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/disk.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/lang.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/time.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/disk_mobile.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/path_test.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/skill.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/crypt.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/runtime.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/font.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/etag.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/clipboard_darwin.go1// SiYuan - Refactor your thinkingCOMMENT
LOWkernel/util/clipboard_darwin.go21//COMMENT
336 more matches not shown…
Excessive Try-Catch Wrapping9 hits · 18 pts
SeverityFileLineSnippetContext
LOWscripts/check-lang-keys.py86 except Exception as e:CODE
MEDIUMscripts/check-lang-keys.py87 print(f"Error: Failed to check duplicate keys in {file_path}: {e}")CODE
LOWscripts/check-lang-keys.py172 except Exception as e:CODE
MEDIUMscripts/check-lang-keys.py194 print(f"Error: Failed to parse file {file_path}: {e}")CODE
LOWscripts/check-lang-keys.py196 except Exception as e:CODE
MEDIUMscripts/check-lang-keys.py197 print(f"Error: Failed to read file {file_path}: {e}")CODE
MEDIUMscripts/check-lang-keys.py217 print(f"Error: Directory does not exist: {langs_dir}")CODE
MEDIUMscripts/check-lang-keys.py235 print("Error: No language files found")CODE
MEDIUMscripts/check-lang-keys.py240 print("Error: No valid language files found")CODE
Fake / Example Data9 hits · 10 pts
SeverityFileLineSnippetContext
LOWapp/stage/protyle/js/protyle-html.js2!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&defineCODE
LOWapp/src/layout/dock/agent/AgentComposer.ts162 emptyElement.firstElementChild.setAttribute("placeholder", L.agentInputPlaceholder);CODE
LOWapp/src/layout/dock/agent/AgentComposer.ts252 emptyElement.firstElementChild.setAttribute("placeholder", L.agentInputPlaceholder);CODE
LOWapp/src/protyle/util/onGet.ts233 editElement.setAttribute("placeholder", window.siyuan.languages.emptyMobilePlaceholder);CODE
LOWapp/src/protyle/util/onGet.ts235 editElement.setAttribute("placeholder", window.siyuan.languages.emptyPlaceholder);CODE
LOWapp/src/protyle/wysiwyg/turnIntoList.ts25 editElement.removeAttribute("placeholder");CODE
LOWapp/src/protyle/render/av/col.ts295 inputElement.setAttribute("placeholder", `${options.data.name} ${nameElement.value}`);CODE
LOWapp/src/protyle/header/Title.ts157 if (editElement && editElement.textContent === "" && editElement.getAttribute("placeholder") ||CODE
LOWapp/src/mobile/util/initFramework.ts227 inputElement.setAttribute("placeholder", window.siyuan.languages._kernel[16]);CODE
Cross-Language Confusion (JS/TS)2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHapp/src/types/index.d.ts290 print(title: string, html: string): voidCODE
HIGHapp/src/types/index.d.ts311 print(title: string, html: string): voidCODE
Hyper-Verbose Identifiers10 hits · 10 pts
SeverityFileLineSnippetContext
LOWapp/src/asset/pdf/ui_utils.js345function backtrackBeforeAllVisibleElements(index, views, top) {CODE
LOWapp/src/asset/pdf/ui_utils.js476 function isElementBottomAfterViewTop(view) {CODE
LOWapp/src/asset/pdf/ui_utils.js482 function isElementNextAfterViewHorizontally(view) {CODE
LOWapp/src/asset/pdf/ui_utils.js594function normalizeWheelEventDirection(evt) {CODE
LOWapp/src/asset/pdf/ui_utils.js760function getActiveOrFocusedElement() {CODE
LOWapp/src/asset/pdf/ui_utils.js779function apiPageLayoutToViewerModes(layout) {CODE
LOWapp/src/asset/pdf/pdf_viewer.js77function isValidAnnotationEditorMode(mode) {CODE
LOWapp/src/asset/pdf/app.js2042 function addWindowResolutionChange(evt = null) {CODE
LOWscripts/check-lang-keys.py33def find_duplicate_keys_recursive(data, prefix="", duplicates=None):CODE
LOWscripts/_pkg/Utils.py47def generate_header_from_repo(repo_name, tag_name, lastestRelease, electron_version, action_file, HEADER=''):CODE
Decorative Section Separators2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMkernel/cli/cmd/block.go40// ─── Read ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMkernel/cli/cmd/block.go186// ─── Write ─────────────────────────────────────────────────────────────────────COMMENT
Deep Nesting5 hits · 5 pts
SeverityFileLineSnippetContext
LOWscripts/check-translations.py52CODE
LOWscripts/check-lang-keys.py33CODE
LOWscripts/check-lang-keys.py91CODE
LOWscripts/check-lang-keys.py120CODE
LOWscripts/check-lang-keys.py201CODE
Unused Imports4 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/parse-changelog.py2CODE
LOWscripts/check-lang-keys.py26CODE
LOWscripts/check-lang-keys.py30CODE
LOWscripts/parse-changelog-HEAD.py1CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/check-lang-keys.py285 # Output resultsCOMMENT